1
0
forked from 0ad/0ad

updated workspace for VC7.0, thanks to converter.

This was SVN commit r165.
This commit is contained in:
janwas 2004-03-03 01:07:24 +00:00
parent 1b94f9e4fc
commit 4e9430bc8d
3 changed files with 265 additions and 96 deletions

View File

@ -1,4 +1,4 @@
VC7.1 (2003) workspace, for Intel compiler 7.1 VC7.0 (2002) workspace (auto-converted from VC7.1)
TODO: TODO:
@ -11,7 +11,7 @@ TODO:
put the DLL in binaries\, put header and lib into compiler dirs put the DLL in binaries\, put header and lib into compiler dirs
Note: this is version 1.1.4.8751 Note: this is version 1.1.4.8751
- omit GUI folder (not necessary ATM) - omit GUI (not necessary ATM) - remove its folder, and define NO_GUI
OR OR
- install Xerces: - install Xerces:
download Xerces binary from http://xml.apache.org/xerces-c/download.cgi ; download Xerces binary from http://xml.apache.org/xerces-c/download.cgi ;

View File

@ -1,12 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 7.00 Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc7", "vc7.vcproj", "{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc7", "vc7.vcproj", "{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject EndProject
Global Global
GlobalSection(SolutionConfiguration) = preSolution GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug Debug = Debug
ConfigName.1 = Release Release = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution GlobalSection(ProjectConfiguration) = postSolution
{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}.Debug.ActiveCfg = Debug|Win32 {BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}.Debug.ActiveCfg = Debug|Win32

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.00" Version="7.0"
Name="vc7" Name="vc7"
ProjectGUID="{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}" ProjectGUID="{BEBCC605-46F3-4927-BDC4-1E5F739A2A4F}"
Keyword="Win32Proj"> Keyword="Win32Proj">
@ -27,13 +27,14 @@
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="TRUE" Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/> DebugInformationFormat="3"/>
<Tool <Tool
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)/ps_dbg.exe" OutputFile="$(OutDir)/ps_dbg.exe"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/vc7.pdb" ProgramDatabaseFile="$(OutDir)/vc7.pdb"
SubSystem="2" SubSystem="2"
@ -51,8 +52,14 @@
Name="VCResourceCompilerTool"/> Name="VCResourceCompilerTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration> </Configuration>
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
@ -98,10 +105,18 @@
Name="VCResourceCompilerTool"/> Name="VCResourceCompilerTool"/>
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool"/> Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool <Tool
Name="VCWebDeploymentTool"/> Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration> </Configuration>
</Configurations> </Configurations>
<References>
</References>
<Files> <Files>
<Filter <Filter
Name="Source Files" Name="Source Files"
@ -196,29 +211,44 @@
RelativePath="..\terrain\Terrain.cpp"> RelativePath="..\terrain\Terrain.cpp">
</File> </File>
<File <File
RelativePath="..\terrain\Vector3D.cpp"> RelativePath="..\terrain\terrainMain.cpp">
</File> </File>
<File <File
RelativePath="..\terrain\terrainMain.cpp"> RelativePath="..\terrain\Vector3D.cpp">
</File> </File>
</Filter> </Filter>
<Filter <Filter
Name="lib" Name="lib"
Filter=""> Filter="">
<File
RelativePath="..\lib\adts.cpp">
</File>
<File
RelativePath="..\lib\adts.h">
</File>
<File
RelativePath="..\lib\config.h">
</File>
<File <File
RelativePath="..\lib\detect.cpp"> RelativePath="..\lib\detect.cpp">
</File> </File>
<File <File
RelativePath="..\lib\font.cpp"> RelativePath="..\lib\detect.h">
</File> </File>
<File <File
RelativePath="..\lib\ia32.cpp"> RelativePath="..\lib\glext_funcs.h">
</File> </File>
<File <File
RelativePath="..\lib\input.cpp"> RelativePath="..\lib\input.cpp">
</File> </File>
<File <File
RelativePath="..\lib\mem.cpp"> RelativePath="..\lib\input.h">
</File>
<File
RelativePath="..\lib\lib.cpp">
</File>
<File
RelativePath="..\lib\lib.h">
</File> </File>
<File <File
RelativePath="..\lib\memcpy.cpp"> RelativePath="..\lib\memcpy.cpp">
@ -226,35 +256,220 @@
<File <File
RelativePath="..\lib\misc.cpp"> RelativePath="..\lib\misc.cpp">
</File> </File>
<File
RelativePath="..\lib\misc.h">
</File>
<File <File
RelativePath="..\lib\ogl.cpp"> RelativePath="..\lib\ogl.cpp">
</File> </File>
<File <File
RelativePath="..\lib\posix.cpp"> RelativePath="..\lib\ogl.h">
</File> </File>
<File <File
RelativePath="..\lib\res.cpp"> RelativePath="..\lib\posix.h">
</File> </File>
<File <File
RelativePath="..\lib\tex.cpp"> RelativePath="..\lib\sdl.h">
</File> </File>
<File <File
RelativePath="..\lib\time.cpp"> RelativePath="..\lib\timer.cpp">
</File> </File>
<File <File
RelativePath="..\lib\vfs.cpp"> RelativePath="..\lib\timer.h">
</File> </File>
<File <File
RelativePath="..\lib\wsdl.cpp"> RelativePath="..\lib\types.h">
</File>
<File
RelativePath="..\lib\zip.cpp">
</File> </File>
<Filter <Filter
Name="posix" Name="sysdep"
Filter=""> Filter="">
<File <File
RelativePath="..\lib\posix\aio.cpp"> RelativePath="..\lib\sysdep\ia32.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\sysdep\ia32.h">
</File>
<File
RelativePath="..\lib\sysdep\sysdep.cpp">
</File>
<File
RelativePath="..\lib\sysdep\sysdep.h">
</File>
<File
RelativePath="..\lib\sysdep\x.cpp">
</File>
<Filter
Name="win"
Filter="">
<File
RelativePath="..\lib\sysdep\win\hrt.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\hrt.h">
</File>
<File
RelativePath="..\lib\sysdep\win\waio.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\waio.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wdetect.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\win.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\win.h">
</File>
<File
RelativePath="..\lib\sysdep\win\win_internal.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wposix.cpp">
</File>
<File
RelativePath="..\lib\sysdep\win\wposix.h">
</File>
<File
RelativePath="..\lib\sysdep\win\wsdl.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\sysdep\win\wsdl.h">
</File>
</Filter>
</Filter>
<Filter
Name="res"
Filter="">
<File
RelativePath="..\lib\res\file.cpp">
</File>
<File
RelativePath="..\lib\res\file.h">
</File>
<File
RelativePath="..\lib\res\font.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\font.h">
</File>
<File
RelativePath="..\lib\res\h_mgr.cpp">
</File>
<File
RelativePath="..\lib\res\h_mgr.h">
</File>
<File
RelativePath="..\lib\res\mem.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\mem.h">
</File>
<File
RelativePath="..\lib\res\res.h">
</File>
<File
RelativePath="..\lib\res\tex.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\tex.h">
</File>
<File
RelativePath="..\lib\res\vfs.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\vfs.h">
</File>
<File
RelativePath="..\lib\res\zip.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\res\zip.h">
</File> </File>
</Filter> </Filter>
</Filter> </Filter>
@ -262,10 +477,10 @@
Name="ps" Name="ps"
Filter=""> Filter="">
<File <File
RelativePath="..\ps\CStr.cpp"> RelativePath="..\ps\Config.cpp">
</File> </File>
<File <File
RelativePath="..\ps\Config.cpp"> RelativePath="..\ps\CStr.cpp">
</File> </File>
<File <File
RelativePath="..\ps\Encryption.cpp"> RelativePath="..\ps\Encryption.cpp">
@ -408,10 +623,10 @@
RelativePath="..\terrain\SHCoeffs.h"> RelativePath="..\terrain\SHCoeffs.h">
</File> </File>
<File <File
RelativePath="..\terrain\TerrGlobals.h"> RelativePath="..\terrain\Terrain.h">
</File> </File>
<File <File
RelativePath="..\terrain\Terrain.h"> RelativePath="..\terrain\TerrGlobals.h">
</File> </File>
<File <File
RelativePath="..\terrain\Texture.h"> RelativePath="..\terrain\Texture.h">
@ -426,68 +641,6 @@
RelativePath="..\terrain\Vector4D.h"> RelativePath="..\terrain\Vector4D.h">
</File> </File>
</Filter> </Filter>
<Filter
Name="lib"
Filter="">
<File
RelativePath="..\lib\detect.h">
</File>
<File
RelativePath="..\lib\font.h">
</File>
<File
RelativePath="..\lib\glext_funcs.h">
</File>
<File
RelativePath="..\lib\ia32.h">
</File>
<File
RelativePath="..\lib\input.h">
</File>
<File
RelativePath="..\lib\mem.h">
</File>
<File
RelativePath="..\lib\misc.h">
</File>
<File
RelativePath="..\lib\ogl.h">
</File>
<File
RelativePath="..\lib\posix.h">
</File>
<File
RelativePath="..\lib\res.h">
</File>
<File
RelativePath="..\lib\tex.h">
</File>
<File
RelativePath="..\lib\time.h">
</File>
<File
RelativePath="..\lib\types.h">
</File>
<File
RelativePath="..\lib\vfs.h">
</File>
<File
RelativePath="..\lib\win.h">
</File>
<File
RelativePath="..\lib\wsdl.h">
</File>
<File
RelativePath="..\lib\zip.h">
</File>
<Filter
Name="posix"
Filter="">
<File
RelativePath="..\lib\posix\aio.h">
</File>
</Filter>
</Filter>
<Filter <Filter
Name="ps" Name="ps"
Filter=""> Filter="">
@ -495,10 +648,10 @@
RelativePath="..\ps\BaseEntity.h"> RelativePath="..\ps\BaseEntity.h">
</File> </File>
<File <File
RelativePath="..\ps\CStr.h"> RelativePath="..\ps\Config.h">
</File> </File>
<File <File
RelativePath="..\ps\Config.h"> RelativePath="..\ps\CStr.h">
</File> </File>
<File <File
RelativePath="..\ps\Encryption.h"> RelativePath="..\ps\Encryption.h">
@ -536,9 +689,6 @@
<File <File
RelativePath="..\ps\Network\AllNetMessages.h"> RelativePath="..\ps\Network\AllNetMessages.h">
</File> </File>
<File
RelativePath="..\ps\Network\NMTCreator.h">
</File>
<File <File
RelativePath="..\ps\Network\NetMessage.h"> RelativePath="..\ps\Network\NetMessage.h">
</File> </File>
@ -548,6 +698,9 @@
<File <File
RelativePath="..\ps\Network\NetworkInternal.h"> RelativePath="..\ps\Network\NetworkInternal.h">
</File> </File>
<File
RelativePath="..\ps\Network\NMTCreator.h">
</File>
<File <File
RelativePath="..\ps\Network\Serialization.h"> RelativePath="..\ps\Network\Serialization.h">
</File> </File>
@ -559,6 +712,22 @@
</File> </File>
</Filter> </Filter>
</Filter> </Filter>
<Filter
Name="lib"
Filter="">
<Filter
Name="sysdep"
Filter="">
<Filter
Name="win"
Filter="">
</Filter>
</Filter>
<Filter
Name="res"
Filter="">
</Filter>
</Filter>
</Filter> </Filter>
<Filter <Filter
Name="Resource Files" Name="Resource Files"