Update of /cvsroot/plib/plib/src/js
In directory usw-pr-cvs1:/tmp/cvs-serv10256
Modified Files:
js.dsp
Log Message:
Now that there is a js.cxx and a js.lib, we can copy js.h
just like all the header files from the other libs as well.
Index: js.dsp
===================================================================
RCS file: /cvsroot/plib/plib/src/js/js.dsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- js.dsp 1 Sep 2002 09:48:40 -0000 1.15
+++ js.dsp 1 Sep 2002 13:19:17 -0000 1.16
@@ -54,7 +54,7 @@
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copy Library to plib directory
-PostBuild_Cmds=copy release\*.lib ..\..\*.*
+PostBuild_Cmds=copy release\*.lib ..\..\*.* copy js.h ..\..\js.h
# End Special Build Tool
!ELSEIF "$(CFG)" == "js - Win32 Debug"
@@ -83,7 +83,7 @@
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copy Library to plib directory
-PostBuild_Cmds=copy debug\*.lib ..\..\*.*
+PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy js.h ..\..\js.h
# End Special Build Tool
!ENDIF
@@ -99,33 +99,6 @@
# Begin Source File
SOURCE=.\js.h
-
-!IF "$(CFG)" == "js - Win32 Release"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - 'js' gets installed
-ProjDir=.
-InputPath=.\js.h
-
-"$(ProjDir)\..\..\js.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy $(ProjDir)\js.h $(ProjDir)\..\..\js.h
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "js - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - 'js' gets installed
-ProjDir=.
-InputPath=.\js.h
-
-"$(ProjDir)\..\..\js.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy $(ProjDir)\js.h $(ProjDir)\..\..\js.h
-
-# End Custom Build
-
-!ENDIF
-
# End Source File
# End Target
# End Project
|