[Jsmooth-cvs] jsmooth/skeletons/simplewrap Makefile.win,1.15,1.16
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2008-10-12 19:32:06
|
Update of /cvsroot/jsmooth/jsmooth/skeletons/simplewrap In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866/skeletons/simplewrap Modified Files: Makefile.win Log Message: fix build cleaning Index: Makefile.win =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/skeletons/simplewrap/Makefile.win,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.win 27 May 2007 09:14:51 -0000 1.15 --- Makefile.win 12 Oct 2008 19:31:59 -0000 1.16 *************** *** 33,35 **** JWrap_private.res: JWrap_private.rc mainres.rc ! $(WINDRES) -i JWrap_private.rc -I rc -o JWrap_private.res -O coff --- 33,35 ---- JWrap_private.res: JWrap_private.rc mainres.rc ! $(WINDRES) -i JWrap_private.rc -J rc -o JWrap_private.res -O coff |