mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
7 lines
141 B
Python
7 lines
141 B
Python
#Digital Mars (was Symantec) C++ makefile
|
|
WXDIR = ..\..
|
|
EXTRALIBS=
|
|
TARGET=listtest
|
|
OBJECTS = $(TARGET).obj
|
|
include $(WXDIR)\src\makeprog.sc
|