X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af309447ff8413abd2fa5e9cc780fcef1c891f87..7d255c9c341f4bdc3b1fb1adcca8ff6087533de9:/utils/wxPython/src/makefile.vc diff --git a/utils/wxPython/src/makefile.vc b/utils/wxPython/src/makefile.vc index 7a85a3523c..c5c6c7b6e2 100644 --- a/utils/wxPython/src/makefile.vc +++ b/utils/wxPython/src/makefile.vc @@ -45,10 +45,10 @@ 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- /DwxUSE_GLOBAL_MEMORY_OPERATORS=0 +OVERRIDEFLAGS=/GX- /DwxUSE_GLOBAL_MEMORY_OPERATORS=0 $(OTHERCFLAGS) -SWIGFLAGS=-c++ -shadow -python -dnone -D__WXMSW__ +SWIGFLAGS=-c++ -shadow -python -dnone -D__WXMSW__ $(OTHERSWIGFLAGS) GENCODEDIR=msw @@ -66,6 +66,8 @@ OBJECTS = wx.obj helpers.obj windows.obj events.obj \ utils.obj !else +OTHERCFLAGS=-DSEPARATE=1 +OTHERSWIGFLAGS=-DSEPARATE TARGET2 = utilsc OBJECTS2 = utils.obj target2=$(TARGETDIR)\$(TARGET2).pyd @@ -274,6 +276,9 @@ dist: #------------------------------------------------------------------------ # # $Log$ +# Revision 1.3 1999/02/25 07:08:33 RD +# wxPython version 2.0b5 +# # Revision 1.2 1999/02/20 09:03:00 RD # Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a # window handle. If you can get the window handle into the python code,