[Plib-cvs] plib/src/ssgAux ssgAux.dsp,1.17,1.18
Brought to you by:
sjbaker
From: Nick M. <nm...@us...> - 2003-07-26 07:17:14
|
Update of /cvsroot/plib/plib/src/ssgAux In directory sc8-pr-cvs1:/tmp/cvs-serv3016 Modified Files: ssgAux.dsp Log Message: Added ssgaSky Index: ssgAux.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.dsp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ssgAux.dsp 31 Aug 2002 20:54:42 -0000 1.17 +++ ssgAux.dsp 26 Jul 2003 06:28:43 -0000 1.18 @@ -54,7 +54,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy Library to plib directory -PostBuild_Cmds=copy release\*.lib ..\..\*.* copy ssgAux.h ..\..\ssgAux.h copy ssgaFire.h ..\..\ssgaFire.h copy ssgaLensFlare.h ..\..\ssgaLensFlare.h copy ssgaParticleSystem.h ..\..\ssgaParticleSystem.h copy ssgaShapes.h ..\..\ssgaShapes.h copy ssgaWaveSystem.h ..\..\ssgaWaveSystem.h +PostBuild_Cmds=copy release\*.lib ..\..\*.* copy ssgAux.h ..\..\ssgAux.h copy ssgaFire.h ..\..\ssgaFire.h copy ssgaLensFlare.h ..\..\ssgaLensFlare.h copy ssgaParticleSystem.h ..\..\ssgaParticleSystem.h copy ssgaShapes.h ..\..\ssgaShapes.h copy ssgaWaveSystem.h ..\..\ssgaWaveSystem.h copy ssgaSky.h ..\..\ssgaSky.h # End Special Build Tool !ELSEIF "$(CFG)" == "ssgAux - Win32 Debug" @@ -83,7 +83,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy Library to plib directory -PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy ssgAux.h ..\..\ssgAux.h copy ssgaFire.h ..\..\ssgaFire.h copy ssgaLensFlare.h ..\..\ssgaLensFlare.h copy ssgaParticleSystem.h ..\..\ssgaParticleSystem.h copy ssgaShapes.h ..\..\ssgaShapes.h copy ssgaWaveSystem.h ..\..\ssgaWaveSystem.h +PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy ssgAux.h ..\..\ssgAux.h copy ssgaFire.h ..\..\ssgaFire.h copy ssgaLensFlare.h ..\..\ssgaLensFlare.h copy ssgaParticleSystem.h ..\..\ssgaParticleSystem.h copy ssgaShapes.h ..\..\ssgaShapes.h copy ssgaWaveSystem.h ..\..\ssgaWaveSystem.h copy ssgaSky.h ..\..\ssgaSky.h # End Special Build Tool !ENDIF @@ -97,6 +97,14 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=.\ssgaCelestialBody.cxx +# End Source File +# Begin Source File + +SOURCE=.\ssgaCloudLayer.cxx +# End Source File +# Begin Source File + SOURCE=.\ssgaFire.cxx # End Source File # Begin Source File @@ -121,16 +129,32 @@ # End Source File # Begin Source File -SOURCE=.\ssgaTeapot.cxx +SOURCE=.\ssgaSky.cxx # End Source File # Begin Source File -SOURCE=.\ssgaWaveSystem.cxx +SOURCE=.\ssgaSkyDome.cxx +# End Source File +# Begin Source File + +SOURCE=.\ssgaSphere.cxx +# End Source File +# Begin Source File + +SOURCE=.\ssgaStars.cxx +# End Source File +# Begin Source File + +SOURCE=.\ssgaTeapot.cxx # End Source File # Begin Source File SOURCE=.\ssgAux.cxx # End Source File +# Begin Source File + +SOURCE=.\ssgaWaveSystem.cxx +# End Source File # End Group # Begin Group "Header Files" @@ -153,11 +177,19 @@ # End Source File # Begin Source File -SOURCE=.\ssgaWaveSystem.h +SOURCE=.\ssgaSky.h +# End Source File +# Begin Source File + +SOURCE=.\ssgaSphere.h # End Source File # Begin Source File SOURCE=.\ssgAux.h +# End Source File +# Begin Source File + +SOURCE=.\ssgaWaveSystem.h # End Source File # End Group # End Target |