mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-13 23:08:27 +08:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
8 lines
181 B
Python
8 lines
181 B
Python
#Digital Mars (was Symantec) C++ makefile
|
|
WXDIR = $(WXWIN)
|
|
EXTRALIBS=
|
|
TARGET=hello
|
|
$(TARGET).exe: $(OBJECTS) $(TARGET).def $(TARGET).res
|
|
$(TARGET)
|
|
include $(WXDIR)\src\makeprog.sc
|