X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4c7ab4f28aa1556d414a50f5b47285007c50eb..136bafcd3957f958062bbe5774d3c10c060e3a83:/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