[Glide64] cleaned up wx project files to compile, still need to fix up some linking
This commit is contained in:
parent
8ba4024ce7
commit
307d1de0c5
|
@ -69,7 +69,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\lib\$(ProjectName).lib"
|
||||
OutputFile="$(OutDir)\$(TargetName).lib"
|
||||
UseUnicodeResponseFiles="true"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalLibraryDirectories=""
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<ErrorReporting>Prompt</ErrorReporting>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
||||
<OutputFile>$(OutDir)$(TargetName).lib</OutputFile>
|
||||
<UseUnicodeResponseFiles>true</UseUnicodeResponseFiles>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<PropertyGroup>
|
||||
<TargetName>wxbase29</TargetName>
|
||||
<TargetName Condition="'$(Configuration)'=='Debug'">wxbase29d</TargetName>
|
||||
<TargetName>wxbase28</TargetName>
|
||||
<TargetName Condition="'$(Configuration)'=='Debug'">wxbase28d</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
|
@ -43,25 +43,17 @@
|
|||
<PrecompiledHeaderFile>wx/wxprec.h</PrecompiledHeaderFile>
|
||||
<DisableSpecificWarnings>4005;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)wxbase29.lib</OutputFile>
|
||||
<OutputFile Condition="'$(Configuration)'=='Debug'">$(OutDir)wxbase29d.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\common\any.cpp" />
|
||||
<ClCompile Include="src\common\appbase.cpp" />
|
||||
<ClCompile Include="src\common\arcall.cpp" />
|
||||
<ClCompile Include="src\common\arcfind.cpp" />
|
||||
<ClCompile Include="src\common\archive.cpp" />
|
||||
<ClCompile Include="src\common\arrstr.cpp" />
|
||||
<ClCompile Include="src\common\base64.cpp" />
|
||||
<ClCompile Include="src\common\clntdata.cpp" />
|
||||
<ClCompile Include="src\common\cmdline.cpp" />
|
||||
<ClCompile Include="src\common\config.cpp" />
|
||||
<ClCompile Include="src\common\convauto.cpp" />
|
||||
<ClCompile Include="src\common\datetime.cpp" />
|
||||
<ClCompile Include="src\common\datetimefmt.cpp" />
|
||||
<ClCompile Include="src\common\datstrm.cpp" />
|
||||
<ClCompile Include="src\common\dircmn.cpp" />
|
||||
<ClCompile Include="src\common\dummy.cpp">
|
||||
|
@ -72,7 +64,6 @@
|
|||
<ClCompile Include="src\common\dynload.cpp" />
|
||||
<ClCompile Include="src\common\encconv.cpp" />
|
||||
<ClCompile Include="src\common\event.cpp" />
|
||||
<ClCompile Include="src\common\evtloopcmn.cpp" />
|
||||
<ClCompile Include="src\common\extended.c">
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
|
@ -90,13 +81,11 @@
|
|||
<ClCompile Include="src\common\fs_arc.cpp" />
|
||||
<ClCompile Include="src\common\fs_filter.cpp" />
|
||||
<ClCompile Include="src\common\fs_mem.cpp" />
|
||||
<ClCompile Include="src\common\fswatchercmn.cpp" />
|
||||
<ClCompile Include="src\common\hash.cpp" />
|
||||
<ClCompile Include="src\common\hashmap.cpp" />
|
||||
<ClCompile Include="src\common\init.cpp" />
|
||||
<ClCompile Include="src\common\intl.cpp" />
|
||||
<ClCompile Include="src\common\ipcbase.cpp" />
|
||||
<ClCompile Include="src\common\languageinfo.cpp" />
|
||||
<ClCompile Include="src\common\list.cpp" />
|
||||
<ClCompile Include="src\common\log.cpp" />
|
||||
<ClCompile Include="src\common\longlong.cpp" />
|
||||
|
@ -105,7 +94,6 @@
|
|||
<ClCompile Include="src\common\module.cpp" />
|
||||
<ClCompile Include="src\common\msgout.cpp" />
|
||||
<ClCompile Include="src\common\mstream.cpp" />
|
||||
<ClCompile Include="src\common\numformatter.cpp" />
|
||||
<ClCompile Include="src\common\object.cpp" />
|
||||
<ClCompile Include="src\common\platinfo.cpp" />
|
||||
<ClCompile Include="src\common\powercmn.cpp" />
|
||||
|
@ -113,33 +101,20 @@
|
|||
<ClCompile Include="src\common\regex.cpp" />
|
||||
<ClCompile Include="src\common\sstream.cpp" />
|
||||
<ClCompile Include="src\common\stdpbase.cpp" />
|
||||
<ClCompile Include="src\common\stdstream.cpp" />
|
||||
<ClCompile Include="src\common\stopwatch.cpp" />
|
||||
<ClCompile Include="src\common\strconv.cpp" />
|
||||
<ClCompile Include="src\common\stream.cpp" />
|
||||
<ClCompile Include="src\common\string.cpp" />
|
||||
<ClCompile Include="src\common\stringimpl.cpp" />
|
||||
<ClCompile Include="src\common\stringops.cpp" />
|
||||
<ClCompile Include="src\common\strvararg.cpp" />
|
||||
<ClCompile Include="src\common\sysopt.cpp" />
|
||||
<ClCompile Include="src\common\tarstrm.cpp" />
|
||||
<ClCompile Include="src\common\textbuf.cpp" />
|
||||
<ClCompile Include="src\common\textfile.cpp" />
|
||||
<ClCompile Include="src\common\time.cpp" />
|
||||
<ClCompile Include="src\common\timercmn.cpp" />
|
||||
<ClCompile Include="src\common\timerimpl.cpp" />
|
||||
<ClCompile Include="src\common\tokenzr.cpp" />
|
||||
<ClCompile Include="src\common\translation.cpp" />
|
||||
<ClCompile Include="src\common\txtstrm.cpp" />
|
||||
<ClCompile Include="src\common\unichar.cpp" />
|
||||
<ClCompile Include="src\common\uri.cpp" />
|
||||
<ClCompile Include="src\common\ustring.cpp" />
|
||||
<ClCompile Include="src\common\utilscmn.cpp" />
|
||||
<ClCompile Include="src\common\variant.cpp" />
|
||||
<ClCompile Include="src\common\wfstream.cpp" />
|
||||
<ClCompile Include="src\common\wxcrt.cpp" />
|
||||
<ClCompile Include="src\common\wxprintf.cpp" />
|
||||
<ClCompile Include="src\common\xlocale.cpp" />
|
||||
<ClCompile Include="src\common\xti.cpp" />
|
||||
<ClCompile Include="src\common\xtistrm.cpp" />
|
||||
<ClCompile Include="src\common\zipstrm.cpp" />
|
||||
|
@ -150,8 +125,6 @@
|
|||
<ClCompile Include="src\msw\debughlp.cpp" />
|
||||
<ClCompile Include="src\msw\dir.cpp" />
|
||||
<ClCompile Include="src\msw\dlmsw.cpp" />
|
||||
<ClCompile Include="src\msw\evtloop.cpp" />
|
||||
<ClCompile Include="src\msw\fswatcher.cpp" />
|
||||
<ClCompile Include="src\msw\main.cpp" />
|
||||
<ClCompile Include="src\msw\mimetype.cpp" />
|
||||
<ClCompile Include="src\msw\mslu.cpp" />
|
||||
|
@ -162,14 +135,12 @@
|
|||
<ClCompile Include="src\msw\stackwalk.cpp" />
|
||||
<ClCompile Include="src\msw\stdpaths.cpp" />
|
||||
<ClCompile Include="src\msw\thread.cpp" />
|
||||
<ClCompile Include="src\msw\timer.cpp" />
|
||||
<ClCompile Include="src\msw\utils.cpp">
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\utilsexc.cpp" />
|
||||
<ClCompile Include="src\msw\volume.cpp" />
|
||||
<ClCompile Include="src\generic\fswatcherg.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="src\msw\version.rc">
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\common\any.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\appbase.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -39,12 +36,6 @@
|
|||
<ClCompile Include="src\common\archive.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\arrstr.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\base64.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\clntdata.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -60,9 +51,6 @@
|
|||
<ClCompile Include="src\common\datetime.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\datetimefmt.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\datstrm.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -87,9 +75,6 @@
|
|||
<ClCompile Include="src\common\event.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\evtloopcmn.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\extended.c">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -132,9 +117,6 @@
|
|||
<ClCompile Include="src\common\fs_mem.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\fswatchercmn.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\hash.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -150,9 +132,6 @@
|
|||
<ClCompile Include="src\common\ipcbase.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\languageinfo.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\list.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -177,9 +156,6 @@
|
|||
<ClCompile Include="src\common\mstream.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\numformatter.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\object.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -201,9 +177,6 @@
|
|||
<ClCompile Include="src\common\stdpbase.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\stdstream.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\stopwatch.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -216,15 +189,6 @@
|
|||
<ClCompile Include="src\common\string.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\stringimpl.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\stringops.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\strvararg.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\sysopt.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -237,33 +201,15 @@
|
|||
<ClCompile Include="src\common\textfile.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\time.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\timercmn.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\timerimpl.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\tokenzr.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\translation.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\txtstrm.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\unichar.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\uri.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\ustring.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\utilscmn.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -273,15 +219,6 @@
|
|||
<ClCompile Include="src\common\wfstream.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\wxcrt.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\wxprintf.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\xlocale.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\common\xti.cpp">
|
||||
<Filter>Common Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -312,12 +249,6 @@
|
|||
<ClCompile Include="src\msw\dlmsw.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\evtloop.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\fswatcher.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\main.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -348,9 +279,6 @@
|
|||
<ClCompile Include="src\msw\thread.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\timer.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\msw\utils.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
|
@ -360,9 +288,6 @@
|
|||
<ClCompile Include="src\msw\volume.cpp">
|
||||
<Filter>MSW Sources</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\generic\fswatcherg.cpp">
|
||||
<Filter>Generic Sources</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="src\msw\version.rc">
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<PropertyGroup>
|
||||
<TargetName>wxmsw29_core</TargetName>
|
||||
<TargetName Condition="'$(Configuration)'=='Debug'">wxmsw29d_core</TargetName>
|
||||
<TargetName>wxmsw28_core</TargetName>
|
||||
<TargetName Condition="'$(Configuration)'=='Debug'">wxmsw28d_core</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
|
@ -45,10 +45,6 @@
|
|||
<UndefinePreprocessorDefinitions>
|
||||
</UndefinePreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)wxmsw29_core.lib</OutputFile>
|
||||
<OutputFile Condition="'$(Configuration)'=='Debug'">$(OutDir)wxmsw29d_core.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\common\accesscmn.cpp" />
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
<PrecompiledHeader />
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)wxjpeg.lib</OutputFile>
|
||||
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)wxjpegd.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\jpeg\jcapimin.c" />
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
<PrecompiledHeader />
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)wxpng.lib</OutputFile>
|
||||
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)wxpngd.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\png\png.c" />
|
||||
|
|
|
@ -34,10 +34,6 @@
|
|||
<PrecompiledHeader />
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)wxzlib.lib</OutputFile>
|
||||
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)wxzlibd.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\zlib\adler32.c" />
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>$(Root)Source/3rd Party/wx/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>$(Root)Source/3rd Party/wx/include/msvc;$(Root)Source/3rd Party/wx/include;$(Root)Source/3rd Party/wx/src/zlib;$(Root)Source/3rd Party/wx/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PrecompiledHeader />
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Reference in New Issue