|
@@ -95,6 +95,9 @@
|
|
<PostBuildEvent>
|
|
<PostBuildEvent>
|
|
<Command>xcopy ..\Debug\SQLite3.lib ..\testsqlite3\ /Y /A</Command>
|
|
<Command>xcopy ..\Debug\SQLite3.lib ..\testsqlite3\ /Y /A</Command>
|
|
</PostBuildEvent>
|
|
</PostBuildEvent>
|
|
|
|
+ <Link>
|
|
|
|
+ <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile>
|
|
|
|
+ </Link>
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<ClCompile>
|
|
@@ -110,6 +113,9 @@
|
|
<PostBuildEvent>
|
|
<PostBuildEvent>
|
|
<Command />
|
|
<Command />
|
|
</PostBuildEvent>
|
|
</PostBuildEvent>
|
|
|
|
+ <Link>
|
|
|
|
+ <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile>
|
|
|
|
+ </Link>
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'">
|
|
<ClCompile>
|
|
<ClCompile>
|