X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b796194b15ddb3bd794b2150e2f2130e809ad2a6..dd71bfb9921430755a885117cc6c9843c62dafda:/samples/console/makefile.bcc diff --git a/samples/console/makefile.bcc b/samples/console/makefile.bcc index 10762ff683..584fa09c05 100644 --- a/samples/console/makefile.bcc +++ b/samples/console/makefile.bcc @@ -174,7 +174,7 @@ $(OBJS): ### Targets: ### -all: $(OBJS)\console.exe data +all: $(OBJS)\console.exe clean: -if exist $(OBJS)\*.obj del $(OBJS)\*.obj @@ -192,10 +192,6 @@ $(OBJS)\console.exe: $(CONSOLE_OBJECTS) c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, | -data: - if not exist $(OBJS) mkdir $(OBJS) - for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS) - $(OBJS)\console_console.obj: .\console.cpp $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) .\console.cpp