projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters...
[wxWidgets.git]
/
src
/
makeprog.bcc
diff --git
a/src/makeprog.bcc
b/src/makeprog.bcc
index e5e43c5b1702623d297f140ad7bcb32725b81c32..baa44c33497891403302b9249850891dd33cf5b7 100644
(file)
--- a/
src/makeprog.bcc
+++ b/
src/makeprog.bcc
@@
-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