[Plib-cvs] plib/src/pui pui.dsp,1.26,1.27
Brought to you by:
sjbaker
From: Nick M. <nm...@us...> - 2004-02-23 12:01:53
|
Update of /cvsroot/plib/plib/src/pui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25347/src/pui Modified Files: pui.dsp Log Message: Added puPW.h Index: pui.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pui.dsp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- pui.dsp 16 Feb 2004 22:08:18 -0000 1.26 +++ pui.dsp 23 Feb 2004 11:48:21 -0000 1.27 @@ -54,7 +54,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Desc=Copy Library to plib directory -PostBuild_Cmds=copy release\*.lib ..\..\*.* copy pu.h ..\..\pu.h copy puGLUT.h "..\..\" copy puFLTK.h "..\..\" copy puSDL.h "..\..\" copy puNative.h "..\..\" +PostBuild_Cmds=copy release\*.lib ..\..\*.* copy pu.h ..\..\pu.h copy puGLUT.h "..\..\" copy puFLTK.h "..\..\" copy puSDL.h "..\..\" copy puNative.h "..\..\" copy puPW.h ..\..\ # End Special Build Tool !ELSEIF "$(CFG)" == "pui - Win32 Debug" @@ -83,7 +83,7 @@ # Begin Special Build Tool SOURCE="$(InputPath)" [...78 lines suppressed...] # Begin Source File +SOURCE=.\puPW.h +# End Source File +# Begin Source File + SOURCE=.\puRange.cxx # End Source File # Begin Source File @@ -222,6 +222,10 @@ # End Source File # Begin Source File +SOURCE=.\puSDL.h +# End Source File +# Begin Source File + SOURCE=.\puSelectBox.cxx # End Source File # Begin Source File |