fix making base for Borland

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-06-19 09:21:07 +00:00
parent 572affa49c
commit 1997b8ba19
3 changed files with 206 additions and 238 deletions

View File

@@ -101,8 +101,11 @@ $(TARGETRES)
.c.obj:
bcc32 $(CPPFLAGS) -P- -c -n$(EXEDIR) {$< }
!if "$(wxUSE_GUI)" != "0"
#make resources only with GUI apps
$(TARGETRES) : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
brc32 -r /i$(BCCDIR)\include /i$(WXDIR)\include /i$(WXDIR)\contrib\include -fo$(EXEDIR)\$(<B).res $(TARGET)
!endif
clean:
-$(RM) $(EXEDIR)\*.obj