1 # Symantec DigitalMars C++ makefile
3 WXLIB = $(WXDIR)\lib\wx.lib
4 INCDIR = $(WXDIR)\include
7 include $(WXDIR)\src\makesc.env
9 $(TARGET).exe: $(OBJECTS) $(TARGET).res
10 link $(LDFLAGS) /DELEXECUTABLE /RC -L/exet:nt/su:windows $(OBJECTS), $@, $*, $(LIBDIR)\ $(LIBS)
25 relink: cleanexe $(TARGET).exe