projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Warning fixes.
[wxWidgets.git]
/
samples
/
widgets
/
Makefile.sc
1
#Makefile from wxHatch for Symantec/Digital Mars compiler
2
WXDIR=..\..
3
TARGET=widgets
4
OBJECTS = $(TARGET).obj button.obj combobox.obj gauge.obj listbox.obj\
5
notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj
6
EXTRALIBS =
7
include $(WXDIR)\src\makeprog.sc