From b4c6ce0bba8b97157d6d0968c20004b854eb0a2d Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 4 Nov 2003 21:37:55 +0000 Subject: [PATCH] no message This was SVN commit r16. --- source/vc6/ps.dsp | 400 ++++++++++++++++++++++++++++++++++++++++++++++ source/vc6/ps.dsw | 29 ++++ source/vc6/ps.opt | Bin 0 -> 49664 bytes 3 files changed, 429 insertions(+) create mode 100755 source/vc6/ps.dsp create mode 100755 source/vc6/ps.dsw create mode 100755 source/vc6/ps.opt diff --git a/source/vc6/ps.dsp b/source/vc6/ps.dsp new file mode 100755 index 0000000000..db369ce5b0 --- /dev/null +++ b/source/vc6/ps.dsp @@ -0,0 +1,400 @@ +# Microsoft Developer Studio Project File - Name="ps" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=ps - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ps.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ps.mak" CFG="ps - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ps - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "ps - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ps - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "NDEBUG" +# ADD RSC /l 0x407 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 + +!ELSEIF "$(CFG)" == "ps - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\lib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FD /GZ /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x407 /d "_DEBUG" +# ADD RSC /l 0x407 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib /nologo /entry:"entry" /subsystem:windows /pdb:"..\..\binaries/ps_dbg.pdb" /debug /machine:I386 /out:"..\..\binaries\ps_dbg.exe" /pdbtype:sept +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "ps - Win32 Release" +# Name "ps - Win32 Debug" +# Begin Group "terrain" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\terrain\Camera.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Camera.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Frustum.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Frustum.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\MathUtil.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Matrix3D.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Matrix3D.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\MiniPatch.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\MiniPatch.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Patch.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Patch.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Plane.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Plane.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Renderer.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Renderer.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Terrain.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Terrain.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\terrainMain.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\TerrGlobals.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Types.h +# End Source File +# Begin Source File + +SOURCE=..\terrain\Vector3D.cpp +# End Source File +# Begin Source File + +SOURCE=..\terrain\Vector3D.h +# End Source File +# End Group +# Begin Group "gui" + +# PROP Default_Filter "" +# End Group +# Begin Group "lib" + +# PROP Default_Filter "" +# Begin Group "posix" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\lib\posix\aio.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\posix\aio.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\lib\detect.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\detect.h +# End Source File +# Begin Source File + +SOURCE=..\lib\font.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\font.h +# End Source File +# Begin Source File + +SOURCE=..\lib\glext_funcs.h +# End Source File +# Begin Source File + +SOURCE=..\lib\ia32.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\ia32.h +# End Source File +# Begin Source File + +SOURCE=..\lib\input.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\input.h +# End Source File +# Begin Source File + +SOURCE=..\lib\mem.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\mem.h +# End Source File +# Begin Source File + +SOURCE=..\lib\misc.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\misc.h +# End Source File +# Begin Source File + +SOURCE=..\lib\ogl.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\ogl.h +# End Source File +# Begin Source File + +SOURCE=..\lib\posix.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\posix.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res.h +# End Source File +# Begin Source File + +SOURCE=..\lib\tex.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\tex.h +# End Source File +# Begin Source File + +SOURCE=..\lib\time.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\time.h +# End Source File +# Begin Source File + +SOURCE=..\lib\types.h +# End Source File +# Begin Source File + +SOURCE=..\lib\unzip.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\unzip.h +# End Source File +# Begin Source File + +SOURCE=..\lib\vfs.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\vfs.h +# End Source File +# Begin Source File + +SOURCE=..\lib\win.h +# End Source File +# Begin Source File + +SOURCE=..\lib\wsdl.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\wsdl.h +# End Source File +# End Group +# Begin Group "ps" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ps\BaseEntity.h +# End Source File +# Begin Source File + +SOURCE=..\ps\CStr.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\CStr.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Encryption.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Encryption.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Error.h +# End Source File +# Begin Source File + +SOURCE=..\ps\LogFile.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\LogFile.h +# End Source File +# Begin Source File + +SOURCE=..\ps\MathUtil.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\MathUtil.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Parser.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Parser.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Prometheus.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Prometheus.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Singleton.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Sound.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\main.cpp +# End Source File +# End Target +# End Project diff --git a/source/vc6/ps.dsw b/source/vc6/ps.dsw new file mode 100755 index 0000000000..28df2c0fff --- /dev/null +++ b/source/vc6/ps.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "ps"=.\ps.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/source/vc6/ps.opt b/source/vc6/ps.opt new file mode 100755 index 0000000000000000000000000000000000000000..5c5f16d9010af2afcd2be7e96228819e115cd72e GIT binary patch literal 49664 zcmeI5+fo!)6o&VJ;D8ZP5IiOw6Gdahvq_9G$_(fjP636)keHsH?bxB|p6c#F$VK7< z7=hqGQI!JzjsJAhYxO>Sd(Tw4ruX8{Kej*m z<-wl6)Vy+0)vBj64XVE4dIIO7QfXG|U7X18PiJOkqKiu5lw}POc!Itfn7mqO6I2Ju zoNtDbPy^HmZGmK-x8m3YZG*4`)OKhG)B?3aJ0bCF$8i_58`=Zyh4w-Fp%0x^fq(> zdI!1)iC?8sxR!>xp&sZ8bQQ`#*P!;mMZtJ{QjWr*WVJC;B>F- zIEvPNHLe0xP^Pk!Mo)&(4-?X5pQR3lswu5gS-aAYrF>&sjhx70Md?E8p1OJruy5Cb@3XKp836Q|XAW%E^jgCb282{TC)6P+n011!) z36KB@kN^pg011!)32ZO|jQ?%03FmN0pn^aWPcQcMUhBmr#{Vj~@RS5dfCNZ@1W14c zNPq-LfCNZ@1lAJ)#{bsSY;r6lusi~b?Y|zyj${}6l4W1?^U4A2Kb9N;viDfZ^ZdpB zvb>b{A7`+OK7-xx1?<3HNx}Z-*|w`~|L7v^ucU3cr*Q@CpRH)WOQn#jK=$67Dytmq zLYFJmmtEj54{b~Ew%YMa?cy(`7W==k_q!qGm_aaN>$`Oqx(9|XR=zeC0>cus4x-Bo zE+l(wN6+27Z`AY0gMw*kqoWXXoHtGyg=k;-;owLTwcUn$xvr&uU9zUiKF;d_2FCs0 zrTOIx36KB@kN^pg011!)36KB@kN^n?0mgs14oG0*68Q9S6bo!dSnilHYP+XT8EKs@ z=Ii5hk4cp(?+Rbwv!mjsA?;{0(4|=9y_n~MJLb%C_P9>MkdnUg@4DTcon!cywO!M< zb%1P>w{qEhr=BWR`A^AHs;y794i9$?A%M9>rLLQPUWb`bPb_Gu!gq71ec!a*1fsR2 zv0U-JVxe47U9vTOZL~IDw3jkFc6M=d!3*rE#Z9G(qv{c1UBag}r;%2(Ri)CppxvBy zt?88KhUl^OpXp^(S@bI7V<7<&AOR8}0TLhq5+DH*AOR8}fhq|w{#PX^x{<&-BoN2{ z67m!v#+O*^Awqeq6Mq$EL5z*@zdFYM*5R9iLm~kZAOR8}0TLhq5+DH*Ac1vAfbqX| zIH?>G2~jFMVYY zzjLa&OCI{&RCY|EEfcvP0yTnmH8M^ZYMJ>bmYx5hOWH2ypGc$4EXJJ2k5+!USJfYO zl*hjXw+Mr3?v!M^bM1TJUQ`ok-NhU%Hw#AV3i3~kRJ5N!{s)GMm`yW349jyhvk^l*i011!)36KB@kN^pg012!~0{s4GO->s-O#-Vzpb;5h z|04s0)V~)(fbdd-BqZ=X=U6E>tpp5{xVkmI+U09=T>Qm?%ntWtYl{0USvP|&{V z&boX9m)5e2J!$8(k)1YfYTt|N_;$`A{JQg^g99$SBabz5Y;fm9LC+}RFWL%(PA=?TxD zj_){#tGoI=*TM|iZqdv-zzQyf%KjXJQ%l_2v>nJ}?UnW)VQE2$W-wTZ%nc8@8U9jvHOU6Zi!TR&k zS~7Y}G&Jk=g_?NS+~?(r82W-LzJ##_8BQ#nEBcGrlhUsk%~h-vM`NXy*0B{#JZkT= zE#C{g+o6#POAcx^pr=tBq5Ch|XjQ>eIit)cFkjwa=d@8Vz011!) d36KB@kN^pg012!~0*wEy$!TM!Nnlk7{0pZJkr4m@ literal 0 HcmV?d00001