[Plib-cvs] plib/src/puAux puAux.dsp,1.4,1.5
Brought to you by:
sjbaker
From: John F. F. <fa...@us...> - 2005-05-06 19:13:52
|
Update of /cvsroot/plib/plib/src/puAux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4315 Modified Files: puAux.dsp Log Message: Updating the MSVC project file to include the new \"puaList.cxx\" source code file Index: puAux.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/puAux.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- puAux.dsp 25 Mar 2004 18:27:12 -0000 1.4 +++ puAux.dsp 6 May 2005 19:13:14 -0000 1.5 @@ -23,6 +23,8 @@ # Begin Project # PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe @@ -52,7 +54,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy Library to plib directory -PostBuild_Cmds=copy release\*.lib ..\..\*.* copy puAux.h ..\..\puAux.h +PostBuild_Cmds=copy release\*.lib ..\..\*.* copy puAux.h ..\..\puAux.h # End Special Build Tool !ELSEIF "$(CFG)" == "puAux - Win32 Debug" @@ -81,7 +83,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy Library to plib directory -PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy puAux.h ..\..\puAux.h +PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy puAux.h ..\..\puAux.h # End Special Build Tool !ENDIF @@ -124,6 +126,10 @@ # End Source File # Begin Source File +SOURCE=.\puAuxList.cxx +# End Source File +# Begin Source File + SOURCE=.\puAuxLocal.h # End Source File # Begin Source File |