2003-06-16 12:51:46 -04:00
|
|
|
#Digital Mars (was Symantec) C++ makefile
|
2003-06-20 11:20:31 -04:00
|
|
|
WXDIR = ..\..
|
2003-06-16 12:51:46 -04:00
|
|
|
EXTRALIBS=
|
|
|
|
TARGET=wxlayout
|
|
|
|
OBJECTS = wxLayout.obj kbList.obj wxllist.obj wxlparser.obj wxlwindow.obj
|
|
|
|
include $(WXDIR)\src\makeprog.sc
|