2003-06-16 12:51:46 -04:00
|
|
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
2003-06-20 11:20:31 -04:00
|
|
|
WXDIR=..\..
|
2003-06-16 12:51:46 -04:00
|
|
|
TARGET=widgets
|
2003-06-20 11:20:31 -04:00
|
|
|
OBJECTS = $(TARGET).obj button.obj combobox.obj gauge.obj listbox.obj\
|
|
|
|
notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj
|
2003-06-16 12:51:46 -04:00
|
|
|
EXTRALIBS =
|
|
|
|
include $(WXDIR)\src\makeprog.sc
|