remove wxFileConfig tests: FileConfigTestCase already tests features tested by console sample and is much more complete.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-06-02 14:51:45 +00:00
parent 3634064463
commit a05e050bd4
8 changed files with 7 additions and 120 deletions

View File

@@ -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