X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..e1ee62bd793bc1173ac36fd429a6f54a877b37f7:/samples/nativdlg/makefile.b32 diff --git a/samples/nativdlg/makefile.b32 b/samples/nativdlg/makefile.b32 index 7c55473a6a..24926e06ea 100644 --- a/samples/nativdlg/makefile.b32 +++ b/samples/nativdlg/makefile.b32 @@ -16,7 +16,7 @@ WXDIR = $(WXWIN) WXLIBDIR = $(WXDIR)\lib WXLIB = $(WXLIBDIR)\wx32.lib -LIBS=$(WXLIB) cw32 import32 +LIBS=$(WXLIB) cw32 import32 ole2w32 TARGET=nativdlg @@ -40,8 +40,8 @@ $(TARGET) nul $(LIBS) $(TARGET).def +$(TARGET).res ! - brc32 -K $(TARGET).res .$(SRCSUFF).obj: bcc32 $(CPPFLAGS) -c {$< } @@ -52,7 +52,7 @@ $(TARGET).def nativdlg.obj: nativdlg.$(SRCSUFF) nativdlg.h # dialog1.wxr $(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc - brc32 -r /D__WINDOWS__ /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET) + brc32 -r /D__WXMSW__ /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET) clean: -erase *.obj