projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
free argv in Unicode build
[wxWidgets.git]
/
contrib
/
samples
/
xrc
/
makefile.b32
diff --git
a/contrib/samples/xrc/makefile.b32
b/contrib/samples/xrc/makefile.b32
index 717e97799b2663864e40d94c4e82a55e6dbfac8f..08cbbee374e08563ae06c2bc866187acd72c6cd9 100644
(file)
--- a/
contrib/samples/xrc/makefile.b32
+++ b/
contrib/samples/xrc/makefile.b32
@@
-12,7
+12,11
@@
WXDIR = $(WXWIN)
TARGET=xrcdemo
EXTRALIBS=$(WXDIR)\lib\wxxrc.lib
-OBJECTS = $(TARGET).obj
+OBJECTS = $(TARGET).obj \
+ myframe.obj \
+ derivdlg.obj \
+ custclas.obj
!include $(WXDIR)\src\makeprog.b32
+