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

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