Update of /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5645/consolewrapper
Modified Files:
Makefile.win
Log Message:
implements the JNI JSmooth functions
Index: Makefile.win
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/skeletons/consolewrapper/Makefile.win,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.win 30 Apr 2007 20:54:32 -0000 1.6
--- Makefile.win 18 May 2007 21:33:59 -0000 1.7
***************
*** 2,6 ****
# Makefile created by Dev-C++ 4.9.8.0
! RM = cmd /C DEL
CPP = g++.exe
CC = gcc.exe
--- 2,6 ----
# Makefile created by Dev-C++ 4.9.8.0
! RM = rm -f
CPP = g++.exe
CC = gcc.exe
***************
*** 21,25 ****
clean: clean-custom
! $(RM) $(OBJ) $(BIN)
$(BIN): $(LINKOBJ) ../commonjava/CommonJava.a
--- 21,25 ----
clean: clean-custom
! $(RM) $(OBJ) $(BIN) ConsoleWrapper_private.res
$(BIN): $(LINKOBJ) ../commonjava/CommonJava.a
|