X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8516328f1bf774bbd96ce400945b0f06be93c397..2ea09579141e90ae6bad13f50c6e0f34958eda74:/utils/wxPython/src/makefile.nt diff --git a/utils/wxPython/src/makefile.nt b/utils/wxPython/src/makefile.nt index 3cc0bffa5d..5bdbf2fb7f 100644 --- a/utils/wxPython/src/makefile.nt +++ b/utils/wxPython/src/makefile.nt @@ -40,6 +40,8 @@ THISDIR=$(WXDIR)\utils\wxPython EXTRALIBS=$(PYTHONDIR)\libs\python15.lib EXTRAINC=-I$(PYTHONDIR)\include -I. EXTRAFLAGS=/Fpwxp.pch /YXhelpers.h -DSWIG_GLOBAL -DHAVE_CONFIG_H +OVERRIDEFLAGS=/GX- + SWIGFLAGS=-c++ -shadow -python -dnone -D__WXMSW__ GENCODEDIR=msw @@ -239,6 +241,9 @@ $(TARGETDIR)\__init__.py : __init__.py #------------------------------------------------------------------------ # # $Log$ +# Revision 1.8 1998/12/21 19:58:06 RD +# Now compiles with /GX- on MSW. +# # Revision 1.7 1998/12/15 20:41:20 RD # Changed the import semantics from "from wxPython import *" to "from # wxPython.wx import *" This is for people who are worried about