\r
### Targets: ###\r
\r
-all : .SYMBOLIC $(OBJS)\console.exe data\r
+all : .SYMBOLIC $(OBJS)\console.exe\r
\r
clean : .SYMBOLIC \r
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
@for %i in () do @%append $(OBJS)\console.lbc option stack=%i\r
wlink @$(OBJS)\console.lbc\r
\r
-data : .SYMBOLIC \r
- if not exist $(OBJS) mkdir $(OBJS)\r
- for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
-\r
$(OBJS)\console_console.obj : .AUTODEPEND .\console.cpp\r
$(CXX) -bt=nt -zq -fo=$^@ $(CONSOLE_CXXFLAGS) $<\r
\r