[Jsmooth-cvs] jsmooth/skeletons/winservice Makefile.win,1.5,1.6
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2008-10-12 19:32:14
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/winservice In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866/skeletons/winservice Modified Files: Makefile.win Log Message: fix build cleaning Index: Makefile.win =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/Makefile.win,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.win 27 May 2007 09:14:52 -0000 1.5 --- Makefile.win 12 Oct 2008 19:31:59 -0000 1.6 *************** *** 24,28 **** clean: clean-custom ! $(RM) $(OBJ) $(BIN) winservice_private.res $(BIN): $(LINKOBJ) ../commonjava/CommonJava.a --- 24,28 ---- clean: clean-custom ! $(RM) $(OBJ) $(BIN) winservice_private.res WinService.o $(BIN): $(LINKOBJ) ../commonjava/CommonJava.a |