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:
@@ -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) $<
|
||||
|
||||
|
Reference in New Issue
Block a user