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:
@@ -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
|
||||
|
Reference in New Issue
Block a user