mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- Updated project files in VS 2008/VS 2010 (now it compiles again)
- Fixed missing libraries in VS 2008 to compile "MapEditorD" without compilation errors git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5819 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -773,14 +773,6 @@
|
|||||||
RelativePath=".\XML_SenderNameList.cpp"
|
RelativePath=".\XML_SenderNameList.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="XML_Strings.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="XML_Strings2.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\XMLProperties.cpp"
|
RelativePath=".\XMLProperties.cpp"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -116,8 +116,6 @@
|
|||||||
<ClCompile Include="XML_Items.cpp" />
|
<ClCompile Include="XML_Items.cpp" />
|
||||||
<ClCompile Include="XML_Language.cpp" />
|
<ClCompile Include="XML_Language.cpp" />
|
||||||
<ClCompile Include="XML_SenderNameList.cpp" />
|
<ClCompile Include="XML_SenderNameList.cpp" />
|
||||||
<ClCompile Include="XML_Strings.cpp" />
|
|
||||||
<ClCompile Include="XML_Strings2.cpp" />
|
|
||||||
<ClCompile Include="_ChineseText.cpp" />
|
<ClCompile Include="_ChineseText.cpp" />
|
||||||
<ClCompile Include="_DutchText.cpp" />
|
<ClCompile Include="_DutchText.cpp" />
|
||||||
<ClCompile Include="_EnglishText.cpp" />
|
<ClCompile Include="_EnglishText.cpp" />
|
||||||
|
|||||||
@@ -317,12 +317,6 @@
|
|||||||
<ClCompile Include="XML_SenderNameList.cpp">
|
<ClCompile Include="XML_SenderNameList.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="XML_Strings.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="XML_Strings2.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="XMLProperties.cpp">
|
<ClCompile Include="XMLProperties.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
+1
-1
@@ -258,7 +258,7 @@
|
|||||||
OutputDirectory="bin\VS2008\$(ConfigurationName)"
|
OutputDirectory="bin\VS2008\$(ConfigurationName)"
|
||||||
IntermediateDirectory="build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
IntermediateDirectory="build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_LinkerVS2008.vsprops;.\ja2_VS2008Libs.vsprops;.\ja2_VS2008Editor.vsprops"
|
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_LinkerVS2008.vsprops;.\ja2_VS2008Libs.vsprops;.\ja2_VS2008Editor.vsprops;.\ja2.vsprops;.\ja2_Editor.vsprops"
|
||||||
CharacterSet="0"
|
CharacterSet="0"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
|
|||||||
Reference in New Issue
Block a user