projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added missing test in wxObject::Ref() for already
[wxWidgets.git]
/
src
/
xpm
/
makefile.b32
diff --git
a/src/xpm/makefile.b32
b/src/xpm/makefile.b32
index 810c1893536b86eeaebbb6afac6947e082594c47..c912cd6456f9be92d439cf475b2413e741a0c164 100644
(file)
--- a/
src/xpm/makefile.b32
+++ b/
src/xpm/makefile.b32
@@
-9,3
+9,10
@@
OBJECTS = attrib.obj crbuffri.obj crdatfri.obj create.obj crifrbuf.obj crifrdat.
rdftodat.obj rdftoi.obj rgb.obj scan.obj simx.obj wrffrdat.obj wrffri.obj
!include $(WXWIN)\src\makelib.b32
+
+create.obj: create.c
+ bcc32 $(CPPFLAGS) -Od -P- -c create.c
+
+rgb.obj: rgb.c
+ bcc32 $(CPPFLAGS) -Od -P- -c rgb.c
+