7 lines
175 B
Makefile
7 lines
175 B
Makefile
|
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||
|
WXDIR=..\..\..\wxWindows
|
||
|
TARGET=multimon_test
|
||
|
OBJECTS = $(TARGET).obj
|
||
|
EXTRALIBS =
|
||
|
include $(WXDIR)\src\makeprog.sc
|