bakefile time!! (Mainly stuff for wxCocoa)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,6 +43,7 @@ TEST_OBJECTS = \
|
||||
test_formatconverter.o \
|
||||
test_regex.o \
|
||||
test_wxregex.o \
|
||||
test_fileconf.o \
|
||||
test_filename.o \
|
||||
test_filesys.o \
|
||||
test_arrays.o \
|
||||
@@ -147,6 +148,9 @@ test_regex.o: $(srcdir)/regex/regex.cpp
|
||||
test_wxregex.o: $(srcdir)/regex/wxregex.cpp
|
||||
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
test_fileconf.o: $(srcdir)/fileconf/fileconf.cpp
|
||||
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
test_filename.o: $(srcdir)/filename/filename.cpp
|
||||
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
|
@@ -36,6 +36,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_formatconverter.obj \
|
||||
$(OBJS)\test_regex.obj \
|
||||
$(OBJS)\test_wxregex.obj \
|
||||
$(OBJS)\test_fileconf.obj \
|
||||
$(OBJS)\test_filename.obj \
|
||||
$(OBJS)\test_filesys.obj \
|
||||
$(OBJS)\test_arrays.obj \
|
||||
@@ -192,6 +193,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
|
||||
$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_fileconf.obj: .\fileconf\fileconf.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_filename.obj: .\filename\filename.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
|
@@ -27,6 +27,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_formatconverter.o \
|
||||
$(OBJS)\test_regex.o \
|
||||
$(OBJS)\test_wxregex.o \
|
||||
$(OBJS)\test_fileconf.o \
|
||||
$(OBJS)\test_filename.o \
|
||||
$(OBJS)\test_filesys.o \
|
||||
$(OBJS)\test_arrays.o \
|
||||
@@ -186,6 +187,9 @@ $(OBJS)\test_regex.o: ./regex/regex.cpp
|
||||
$(OBJS)\test_wxregex.o: ./regex/wxregex.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_fileconf.o: ./fileconf/fileconf.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_filename.o: ./filename/filename.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
|
@@ -29,6 +29,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_formatconverter.obj \
|
||||
$(OBJS)\test_regex.obj \
|
||||
$(OBJS)\test_wxregex.obj \
|
||||
$(OBJS)\test_fileconf.obj \
|
||||
$(OBJS)\test_filename.obj \
|
||||
$(OBJS)\test_filesys.obj \
|
||||
$(OBJS)\test_arrays.obj \
|
||||
@@ -248,6 +249,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
|
||||
$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_fileconf.obj: .\fileconf\fileconf.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_filename.obj: .\filename\filename.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
|
@@ -178,6 +178,7 @@ TEST_OBJECTS = &
|
||||
$(OBJS)\test_formatconverter.obj &
|
||||
$(OBJS)\test_regex.obj &
|
||||
$(OBJS)\test_wxregex.obj &
|
||||
$(OBJS)\test_fileconf.obj &
|
||||
$(OBJS)\test_filename.obj &
|
||||
$(OBJS)\test_filesys.obj &
|
||||
$(OBJS)\test_arrays.obj &
|
||||
@@ -242,6 +243,9 @@ $(OBJS)\test_regex.obj : .AUTODEPEND .\regex\regex.cpp
|
||||
$(OBJS)\test_wxregex.obj : .AUTODEPEND .\regex\wxregex.cpp
|
||||
$(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_fileconf.obj : .AUTODEPEND .\fileconf\fileconf.cpp
|
||||
$(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_filename.obj : .AUTODEPEND .\filename\filename.cpp
|
||||
$(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
|
@@ -455,6 +455,10 @@ SOURCE=.\streams\ffilestream.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\fileconf\fileconf.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\filename\filename.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Reference in New Issue
Block a user