projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scrollbar fixes
[wxWidgets.git]
/
src
/
makeprog.bcc
diff --git
a/src/makeprog.bcc
b/src/makeprog.bcc
index 3be08ebda148d707b5f372f3ac3dd0ce4036b4dd..baa44c33497891403302b9249850891dd33cf5b7 100644
(file)
--- a/
src/makeprog.bcc
+++ b/
src/makeprog.bcc
@@
-4,7
+4,7
@@
!include $(WXDIR)\src\makebcc.env
WXLIB = $(WXDIR)\lib\wx.lib
!include $(WXDIR)\src\makebcc.env
WXLIB = $(WXDIR)\lib\wx.lib
-LIBS=$(WXLIB) $(EXTRALIBS) mathwl cwl import ole2w16
+LIBS=$(WXLIB) $(EXTRALIBS) mathwl cwl import ole2w16
winpng zlib
all: $(TARGET).exe $(EXTRATARGETS)
all: $(TARGET).exe $(EXTRATARGETS)
@@
-25,7
+25,7
@@
$(TARGET).def
bcc $(CPPFLAGS) -P- -c {$< }
$(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
bcc $(CPPFLAGS) -P- -c {$< }
$(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
- brc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET)
+ brc -r /i$(BCCDIR)\include /i$(WXDIR)\include
/i$(WXDIR)\contrib\include
$(TARGET)
clean:
-erase *.obj
clean:
-erase *.obj