]>
Commit | Line | Data |
---|---|---|
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 |