X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4c7ab4f28aa1556d414a50f5b47285007c50eb..3dd4386160b8f6d28ecc4ad2ca308c437721a41f:/samples/widgets/Makefile.sc?ds=sidebyside diff --git a/samples/widgets/Makefile.sc b/samples/widgets/Makefile.sc index 979d862423..f53a99e348 100644 --- a/samples/widgets/Makefile.sc +++ b/samples/widgets/Makefile.sc @@ -1,6 +1,7 @@ #Makefile from wxHatch for Symantec/Digital Mars compiler -WXDIR=..\..\..\wxWindows +WXDIR=..\.. TARGET=widgets -OBJECTS = $(TARGET).obj +OBJECTS = $(TARGET).obj button.obj combobox.obj gauge.obj listbox.obj\ + notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj EXTRALIBS = include $(WXDIR)\src\makeprog.sc