[Plib-cvs] plib/src/js js.dsp,1.14,1.15
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-09-01 09:50:07
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv2288 Modified Files: js.dsp Log Message: Now that there are (release and debug) *.lib files, copy them. Index: js.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/js/js.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- js.dsp 1 Sep 2002 00:55:52 -0000 1.14 +++ js.dsp 1 Sep 2002 09:48:40 -0000 1.15 @@ -51,6 +51,11 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Desc=Copy Library to plib directory +PostBuild_Cmds=copy release\*.lib ..\..\*.* +# End Special Build Tool !ELSEIF "$(CFG)" == "js - Win32 Debug" @@ -75,6 +80,11 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"Debug\js_d.lib" +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Desc=Copy Library to plib directory +PostBuild_Cmds=copy debug\*.lib ..\..\*.* +# End Special Build Tool !ENDIF @@ -84,6 +94,10 @@ # Name "js - Win32 Debug" # Begin Source File +SOURCE=.\js.cxx +# End Source File +# Begin Source File + SOURCE=.\js.h !IF "$(CFG)" == "js - Win32 Release" @@ -112,10 +126,6 @@ !ENDIF -# End Source File -# Begin Source File - -SOURCE=.\js.cxx # End Source File # End Target # End Project |