Changeset: ebf12a9ec9ef for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ebf12a9ec9ef
Modified Files:
        NT/rules.msc
Branch: config_rss
Log Message:

Tell nmake about WIN32 conditional.


diffs (23 lines):

diff --git a/NT/rules.msc b/NT/rules.msc
--- a/NT/rules.msc
+++ b/NT/rules.msc
@@ -245,6 +245,7 @@ MV=copy
 DEL=del
 EDITBIN=editbin /nologo
 NATIVE_WIN32 = 1
+WIN32 = 1
 
 # we can't use the Windows utility find since it prints the file name
 # we could use the Unix utility grep, but we can also use the Windows
@@ -419,6 +420,11 @@ create_winconfig_conds_new_py:
 !ELSE
        $(ECHO) NATIVE_WIN32_FALSE='' >> "$(TOPDIR)\winconfig_conds_new.py"
 !ENDIF
+!IFDEF WIN32
+       $(ECHO) WIN32_FALSE='#' >> "$(TOPDIR)\winconfig_conds_new.py"
+!ELSE
+       $(ECHO) WIN32_FALSE='' >> "$(TOPDIR)\winconfig_conds_new.py"
+!ENDIF
 !IFDEF NOT_WIN32
        $(ECHO) NOT_WIN32_FALSE='#' >> "$(TOPDIR)\winconfig_conds_new.py"
 !ELSE
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to