Index: ps/trunk/source/vc7/ps.suo =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ps/trunk/source/vc7/ps.suo =================================================================== --- ps/trunk/source/vc7/ps.suo (revision 25) +++ ps/trunk/source/vc7/ps.suo (nonexistent) Property changes on: ps/trunk/source/vc7/ps.suo ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -application/octet-stream \ No newline at end of property Index: ps/trunk/source/vc7/ps.vcproj =================================================================== --- ps/trunk/source/vc7/ps.vcproj (revision 25) +++ ps/trunk/source/vc7/ps.vcproj (revision 26) @@ -1,427 +1,353 @@ - + + DebugInformationFormat="4"> + + + TargetMachine="1"> + + + DebugInformationFormat="3"> + + + TargetMachine="1"> + + - - + - + RelativePath="..\terrain\Camera.cpp"/> - + RelativePath="..\terrain\Camera.h"/> - + RelativePath="..\terrain\Frustum.cpp"/> - + RelativePath="..\terrain\Frustum.h"/> - + RelativePath="..\terrain\MathUtil.h"/> - + RelativePath="..\terrain\Matrix3D.cpp"/> - + RelativePath="..\terrain\Matrix3D.h"/> - + RelativePath="..\terrain\MiniPatch.cpp"/> - + RelativePath="..\terrain\MiniPatch.h"/> - + RelativePath="..\terrain\Patch.cpp"/> - + RelativePath="..\terrain\Patch.h"/> - + RelativePath="..\terrain\Plane.cpp"/> - + RelativePath="..\terrain\Plane.h"/> - + RelativePath="..\terrain\Renderer.cpp"/> - + RelativePath="..\terrain\Renderer.h"/> - + RelativePath="..\terrain\Terrain.cpp"/> - + RelativePath="..\terrain\Terrain.h"/> - + RelativePath="..\terrain\terrainMain.cpp"/> - + RelativePath="..\terrain\TerrGlobals.h"/> - + RelativePath="..\terrain\Types.h"/> - + RelativePath="..\terrain\Vector3D.cpp"/> - + RelativePath="..\terrain\Vector3D.h"/> - + RelativePath="..\gui\CButton.cpp"/> - + RelativePath="..\gui\CButton.h"/> - + RelativePath="..\gui\CGUI.cpp"/> - + RelativePath="..\gui\CGUI.h"/> - + RelativePath="..\gui\CGUIButtonBehavior.cpp"/> - + RelativePath="..\gui\CGUIButtonBehavior.h"/> - + RelativePath="..\gui\CGUIObject.cpp"/> - + RelativePath="..\gui\CGUIObject.h"/> - + RelativePath="..\gui\CGUISettingsObject.cpp"/> - + RelativePath="..\gui\CGUISettingsObject.h"/> - + RelativePath="..\gui\CGUISprite.cpp"/> - + RelativePath="..\gui\CGUISprite.h"/> - + RelativePath="..\gui\GUI.cpp"/> - + RelativePath="..\gui\GUI.h"/> - + RelativePath="..\gui\guimain.cpp"/> - + RelativePath="..\gui\XercesErrorHandler.cpp"/> - + RelativePath="..\gui\XercesErrorHandler.h"/> - + RelativePath="..\ps\BaseEntity.h"/> - + RelativePath="..\ps\CStr.cpp"/> - + RelativePath="..\ps\CStr.h"/> - + RelativePath="..\ps\Encryption.cpp"/> - + RelativePath="..\ps\Encryption.h"/> - + RelativePath="..\ps\Error.h"/> - + RelativePath="..\ps\LogFile.cpp"/> - + RelativePath="..\ps\LogFile.h"/> - + RelativePath="..\ps\MathUtil.cpp"/> - + RelativePath="..\ps\MathUtil.h"/> - + RelativePath="..\ps\Parser.cpp"/> - + RelativePath="..\ps\Parser.h"/> - + RelativePath="..\ps\Prometheus.cpp"/> - + RelativePath="..\ps\Prometheus.h"/> - + RelativePath="..\ps\Singleton.h"/> - + RelativePath="..\ps\Sound.h"/> - + RelativePath="..\lib\detect.cpp"/> - + RelativePath="..\lib\detect.h"/> - + RelativePath="..\lib\font.cpp"/> - + RelativePath="..\lib\font.h"/> - + RelativePath="..\lib\glext_funcs.h"/> - + RelativePath="..\lib\ia32.cpp"/> - + RelativePath="..\lib\ia32.h"/> - + RelativePath="..\lib\input.cpp"/> - + RelativePath="..\lib\input.h"/> - + RelativePath="..\lib\mem.cpp"/> - + RelativePath="..\lib\mem.h"/> - + RelativePath="..\lib\memcpy.cpp"/> - + RelativePath="..\lib\misc.cpp"/> - + RelativePath="..\lib\misc.h"/> - + RelativePath="..\lib\ogl.cpp"/> - + RelativePath="..\lib\ogl.h"/> - + RelativePath="..\lib\posix.cpp"/> - + RelativePath="..\lib\posix.h"/> - + RelativePath="..\lib\res.cpp"/> - + RelativePath="..\lib\res.h"/> - + RelativePath="..\lib\tex.cpp"/> - + RelativePath="..\lib\tex.h"/> - + RelativePath="..\lib\time.cpp"/> - + RelativePath="..\lib\time.h"/> - + RelativePath="..\lib\types.h"/> - + RelativePath="..\lib\unzip.cpp"/> - + RelativePath="..\lib\unzip.h"/> - + RelativePath="..\lib\vfs.cpp"/> - + RelativePath="..\lib\vfs.h"/> - + RelativePath="..\lib\win.h"/> - + RelativePath="..\lib\wsdl.cpp"/> - + RelativePath="..\lib\wsdl.h"/> - + RelativePath="..\lib\posix\aio.cpp"/> - + RelativePath="..\lib\posix\aio.h"/> + ObjectFile="$(IntDir)/$(InputName)1.obj"> + + + ObjectFile="$(IntDir)/$(InputName)1.obj"> + + - - + Index: ps/trunk/source/vc7/readme.txt =================================================================== --- ps/trunk/source/vc7/readme.txt (revision 25) +++ ps/trunk/source/vc7/readme.txt (revision 26) @@ -1,25 +1,25 @@ VC7.1 (2003) workspace, for Intel compiler 7.1 TODO: - get latest glext.h: download from http://oss.sgi.com/projects/ogl-sample/ABI/glext.h ; put it in GL subdir of compiler's include dir - install ZLib: download from http://www.stud.uni-karlsruhe.de/~urkt/zlib.zip ; put the DLL in binaries\, put header and lib into compiler dirs Note: this is version 1.1.4.8751 - omit GUI folder (not necessary ATM) OR - install Xerces: download Xerces binary from http://xml.apache.org/xerces-c/download.cgi ; - put the DLL in binaries\, add the include dir to the compiler's include path + put the DLL in binaries\, put include\ contents into compiler include dir NOTE: important workspace settings (already set) - code generation = multithreaded [debug] - entry point = entry - add lib\ to include path \ No newline at end of file Index: ps/trunk/source/vc6/readme.txt =================================================================== --- ps/trunk/source/vc6/readme.txt (revision 25) +++ ps/trunk/source/vc6/readme.txt (revision 26) @@ -1,25 +1,25 @@ VC6 workspace TODO: - get latest glext.h: download from http://oss.sgi.com/projects/ogl-sample/ABI/glext.h ; put it in GL subdir of compiler's include dir - install ZLib: download from http://www.stud.uni-karlsruhe.de/~urkt/zlib.zip ; put the DLL in binaries\, put header and lib into compiler dirs Note: this is version 1.1.4.8751 - omit GUI folder (not necessary ATM) OR - install Xerces: download Xerces binary from http://xml.apache.org/xerces-c/download.cgi ; - put the DLL in binaries\, put include\ contents into compiler dir + put the DLL in binaries\, put include\ contents into compiler include dir NOTE: important workspace settings (already set) - code generation = multithreaded [debug] - entry point = entry - add lib\ to include path \ No newline at end of file