You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by jo...@apache.org on 2011/05/29 04:47:06 UTC

[lucy-commits] svn commit: r1128809 - /incubator/lucy/trunk/charmonizer/Makefile.win

Author: joes
Date: Sun May 29 02:47:05 2011
New Revision: 1128809

URL: http://svn.apache.org/viewvc?rev=1128809&view=rev
Log:
bring inline with nix non-setting of DEFS

Modified:
    incubator/lucy/trunk/charmonizer/Makefile.win

Modified: incubator/lucy/trunk/charmonizer/Makefile.win
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/Makefile.win?rev=1128809&r1=1128808&r2=1128809&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/Makefile.win (original)
+++ incubator/lucy/trunk/charmonizer/Makefile.win Sun May 29 02:47:05 2011
@@ -1,12 +1,12 @@
 CC= cl
 #DEFS=  -nologo -DSTRICT -G3 -Ow -W3 -Zp -Tp
-DEFS=  -nologo -G3
+DEFS=
 PROGNAME= charmonize.exe
 LINKER=link -nologo
 
 INCLUDES=  -I. -Isrc
 
-DEFINES= $(INCLUDES) $(DEFS)
+DEFINES= $(INCLUDES) $(DEFS) -nologo -G3
 
 CFLAGS= $(DEFINES)
 GUIFLAGS=user32.lib gdi32.lib winmm.lib comdlg32.lib comctl32.lib