rebaked after adding convautotest.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,6 +59,7 @@ TEST_OBJECTS = \
|
|||||||
test_hashes.o \
|
test_hashes.o \
|
||||||
test_lists.o \
|
test_lists.o \
|
||||||
test_longlongtest.o \
|
test_longlongtest.o \
|
||||||
|
test_convautotest.o \
|
||||||
test_mbconvtest.o \
|
test_mbconvtest.o \
|
||||||
test_regextest.o \
|
test_regextest.o \
|
||||||
test_wxregextest.o \
|
test_wxregextest.o \
|
||||||
@@ -302,6 +303,9 @@ test_lists.o: $(srcdir)/lists/lists.cpp $(TEST_ODEP)
|
|||||||
test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP)
|
test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP)
|
||||||
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp
|
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp
|
||||||
|
|
||||||
|
test_convautotest.o: $(srcdir)/mbconv/convautotest.cpp $(TEST_ODEP)
|
||||||
|
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/convautotest.cpp
|
||||||
|
|
||||||
test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
|
test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
|
||||||
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp
|
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp
|
||||||
|
|
||||||
|
@@ -49,6 +49,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_hashes.obj \
|
$(OBJS)\test_hashes.obj \
|
||||||
$(OBJS)\test_lists.obj \
|
$(OBJS)\test_lists.obj \
|
||||||
$(OBJS)\test_longlongtest.obj \
|
$(OBJS)\test_longlongtest.obj \
|
||||||
|
$(OBJS)\test_convautotest.obj \
|
||||||
$(OBJS)\test_mbconvtest.obj \
|
$(OBJS)\test_mbconvtest.obj \
|
||||||
$(OBJS)\test_regextest.obj \
|
$(OBJS)\test_regextest.obj \
|
||||||
$(OBJS)\test_wxregextest.obj \
|
$(OBJS)\test_wxregextest.obj \
|
||||||
@@ -68,6 +69,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_tempfile.obj \
|
$(OBJS)\test_tempfile.obj \
|
||||||
$(OBJS)\test_textstreamtest.obj \
|
$(OBJS)\test_textstreamtest.obj \
|
||||||
$(OBJS)\test_zlibstream.obj \
|
$(OBJS)\test_zlibstream.obj \
|
||||||
|
$(OBJS)\test_textfiletest.obj \
|
||||||
$(OBJS)\test_uris.obj
|
$(OBJS)\test_uris.obj
|
||||||
TEST_GUI_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
TEST_GUI_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
|
||||||
$(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(__OPTIMIZEFLAG) $(__THREADSFLAG_0) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
@@ -333,6 +335,9 @@ $(OBJS)\test_lists.obj: .\lists\lists.cpp
|
|||||||
$(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
|
$(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
$(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp
|
||||||
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
@@ -390,6 +395,9 @@ $(OBJS)\test_textstreamtest.obj: .\streams\textstreamtest.cpp
|
|||||||
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
$(OBJS)\test_textfiletest.obj: .\textfile\textfiletest.cpp
|
||||||
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
$(OBJS)\test_uris.obj: .\uris\uris.cpp
|
$(OBJS)\test_uris.obj: .\uris\uris.cpp
|
||||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
@@ -41,6 +41,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_hashes.o \
|
$(OBJS)\test_hashes.o \
|
||||||
$(OBJS)\test_lists.o \
|
$(OBJS)\test_lists.o \
|
||||||
$(OBJS)\test_longlongtest.o \
|
$(OBJS)\test_longlongtest.o \
|
||||||
|
$(OBJS)\test_convautotest.o \
|
||||||
$(OBJS)\test_mbconvtest.o \
|
$(OBJS)\test_mbconvtest.o \
|
||||||
$(OBJS)\test_regextest.o \
|
$(OBJS)\test_regextest.o \
|
||||||
$(OBJS)\test_wxregextest.o \
|
$(OBJS)\test_wxregextest.o \
|
||||||
@@ -60,6 +61,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_tempfile.o \
|
$(OBJS)\test_tempfile.o \
|
||||||
$(OBJS)\test_textstreamtest.o \
|
$(OBJS)\test_textstreamtest.o \
|
||||||
$(OBJS)\test_zlibstream.o \
|
$(OBJS)\test_zlibstream.o \
|
||||||
|
$(OBJS)\test_textfiletest.o \
|
||||||
$(OBJS)\test_uris.o
|
$(OBJS)\test_uris.o
|
||||||
TEST_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) \
|
TEST_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) \
|
||||||
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
$(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
|
||||||
@@ -318,6 +320,9 @@ $(OBJS)\test_lists.o: ./lists/lists.cpp
|
|||||||
$(OBJS)\test_longlongtest.o: ./longlong/longlongtest.cpp
|
$(OBJS)\test_longlongtest.o: ./longlong/longlongtest.cpp
|
||||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\test_convautotest.o: ./mbconv/convautotest.cpp
|
||||||
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\test_mbconvtest.o: ./mbconv/mbconvtest.cpp
|
$(OBJS)\test_mbconvtest.o: ./mbconv/mbconvtest.cpp
|
||||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
@@ -375,6 +380,9 @@ $(OBJS)\test_textstreamtest.o: ./streams/textstreamtest.cpp
|
|||||||
$(OBJS)\test_zlibstream.o: ./streams/zlibstream.cpp
|
$(OBJS)\test_zlibstream.o: ./streams/zlibstream.cpp
|
||||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
$(OBJS)\test_textfiletest.o: ./textfile/textfiletest.cpp
|
||||||
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
$(OBJS)\test_uris.o: ./uris/uris.cpp
|
$(OBJS)\test_uris.o: ./uris/uris.cpp
|
||||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||||
|
|
||||||
|
@@ -42,6 +42,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_hashes.obj \
|
$(OBJS)\test_hashes.obj \
|
||||||
$(OBJS)\test_lists.obj \
|
$(OBJS)\test_lists.obj \
|
||||||
$(OBJS)\test_longlongtest.obj \
|
$(OBJS)\test_longlongtest.obj \
|
||||||
|
$(OBJS)\test_convautotest.obj \
|
||||||
$(OBJS)\test_mbconvtest.obj \
|
$(OBJS)\test_mbconvtest.obj \
|
||||||
$(OBJS)\test_regextest.obj \
|
$(OBJS)\test_regextest.obj \
|
||||||
$(OBJS)\test_wxregextest.obj \
|
$(OBJS)\test_wxregextest.obj \
|
||||||
@@ -61,6 +62,7 @@ TEST_OBJECTS = \
|
|||||||
$(OBJS)\test_tempfile.obj \
|
$(OBJS)\test_tempfile.obj \
|
||||||
$(OBJS)\test_textstreamtest.obj \
|
$(OBJS)\test_textstreamtest.obj \
|
||||||
$(OBJS)\test_zlibstream.obj \
|
$(OBJS)\test_zlibstream.obj \
|
||||||
|
$(OBJS)\test_textfiletest.obj \
|
||||||
$(OBJS)\test_uris.obj
|
$(OBJS)\test_uris.obj
|
||||||
TEST_GUI_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \
|
TEST_GUI_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \
|
||||||
$(__DEBUGINFO) /Fd$(OBJS)\test_gui.pdb $(____DEBUGRUNTIME) \
|
$(__DEBUGINFO) /Fd$(OBJS)\test_gui.pdb $(____DEBUGRUNTIME) \
|
||||||
@@ -412,6 +414,9 @@ $(OBJS)\test_lists.obj: .\lists\lists.cpp
|
|||||||
$(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
|
$(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
$(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
@@ -469,6 +474,9 @@ $(OBJS)\test_textstreamtest.obj: .\streams\textstreamtest.cpp
|
|||||||
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
$(OBJS)\test_textfiletest.obj: .\textfile\textfiletest.cpp
|
||||||
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
$(OBJS)\test_uris.obj: .\uris\uris.cpp
|
$(OBJS)\test_uris.obj: .\uris\uris.cpp
|
||||||
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
$(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
|
||||||
|
|
||||||
|
@@ -239,6 +239,7 @@ TEST_OBJECTS = &
|
|||||||
$(OBJS)\test_hashes.obj &
|
$(OBJS)\test_hashes.obj &
|
||||||
$(OBJS)\test_lists.obj &
|
$(OBJS)\test_lists.obj &
|
||||||
$(OBJS)\test_longlongtest.obj &
|
$(OBJS)\test_longlongtest.obj &
|
||||||
|
$(OBJS)\test_convautotest.obj &
|
||||||
$(OBJS)\test_mbconvtest.obj &
|
$(OBJS)\test_mbconvtest.obj &
|
||||||
$(OBJS)\test_regextest.obj &
|
$(OBJS)\test_regextest.obj &
|
||||||
$(OBJS)\test_wxregextest.obj &
|
$(OBJS)\test_wxregextest.obj &
|
||||||
@@ -258,6 +259,7 @@ TEST_OBJECTS = &
|
|||||||
$(OBJS)\test_tempfile.obj &
|
$(OBJS)\test_tempfile.obj &
|
||||||
$(OBJS)\test_textstreamtest.obj &
|
$(OBJS)\test_textstreamtest.obj &
|
||||||
$(OBJS)\test_zlibstream.obj &
|
$(OBJS)\test_zlibstream.obj &
|
||||||
|
$(OBJS)\test_textfiletest.obj &
|
||||||
$(OBJS)\test_uris.obj
|
$(OBJS)\test_uris.obj
|
||||||
TEST_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
|
TEST_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
|
||||||
$(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
|
$(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
|
||||||
@@ -366,6 +368,9 @@ $(OBJS)\test_lists.obj : .AUTODEPEND .\lists\lists.cpp
|
|||||||
$(OBJS)\test_longlongtest.obj : .AUTODEPEND .\longlong\longlongtest.cpp
|
$(OBJS)\test_longlongtest.obj : .AUTODEPEND .\longlong\longlongtest.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
|
$(OBJS)\test_convautotest.obj : .AUTODEPEND .\mbconv\convautotest.cpp
|
||||||
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
$(OBJS)\test_mbconvtest.obj : .AUTODEPEND .\mbconv\mbconvtest.cpp
|
$(OBJS)\test_mbconvtest.obj : .AUTODEPEND .\mbconv\mbconvtest.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
@@ -423,6 +428,9 @@ $(OBJS)\test_textstreamtest.obj : .AUTODEPEND .\streams\textstreamtest.cpp
|
|||||||
$(OBJS)\test_zlibstream.obj : .AUTODEPEND .\streams\zlibstream.cpp
|
$(OBJS)\test_zlibstream.obj : .AUTODEPEND .\streams\zlibstream.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
|
$(OBJS)\test_textfiletest.obj : .AUTODEPEND .\textfile\textfiletest.cpp
|
||||||
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
$(OBJS)\test_uris.obj : .AUTODEPEND .\uris\uris.cpp
|
$(OBJS)\test_uris.obj : .AUTODEPEND .\uris\uris.cpp
|
||||||
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
$(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<
|
||||||
|
|
||||||
|
@@ -447,6 +447,10 @@ SOURCE=.\streams\bstream.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\mbconv\convautotest.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\strings\crt.cpp
|
SOURCE=.\strings\crt.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@@ -549,6 +553,10 @@ SOURCE=.\test.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\textfile\textfiletest.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\streams\textstreamtest.cpp
|
SOURCE=.\streams\textstreamtest.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Reference in New Issue
Block a user