From f9c3d39b217d372286ec6553261c0a12a8b6fabd Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 22 May 2004 17:52:44 +0000 Subject: [PATCH] Regenerated makefiles. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/Makefile.in | 4 ++++ tests/makefile.bcc | 4 ++++ tests/makefile.gcc | 4 ++++ tests/makefile.vc | 4 ++++ tests/test.bkl | 1 + tests/test.dsp | 4 ++++ 6 files changed, 21 insertions(+) diff --git a/tests/Makefile.in b/tests/Makefile.in index c04d6976eb..7ec05e0780 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -43,6 +43,7 @@ TEST_OBJECTS = \ test_wxregex.o \ test_filesys.o \ test_arrays.o \ + test_hashes.o \ test_longlong.o \ test_strings.o \ test_stdstrings.o \ @@ -143,6 +144,9 @@ test_filesys.o: $(srcdir)/filesys/filesys.cpp test_arrays.o: $(srcdir)/arrays/arrays.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< +test_hashes.o: $(srcdir)/hashes/hashes.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + test_longlong.o: $(srcdir)/longlong/longlong.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< diff --git a/tests/makefile.bcc b/tests/makefile.bcc index dce88f7330..56ddd10a19 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -37,6 +37,7 @@ TEST_OBJECTS = \ $(OBJS)\test_wxregex.obj \ $(OBJS)\test_filesys.obj \ $(OBJS)\test_arrays.obj \ + $(OBJS)\test_hashes.obj \ $(OBJS)\test_longlong.obj \ $(OBJS)\test_strings.obj \ $(OBJS)\test_stdstrings.obj \ @@ -190,6 +191,9 @@ $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_hashes.obj: .\hashes\hashes.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_longlong.obj: .\longlong\longlong.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** diff --git a/tests/makefile.gcc b/tests/makefile.gcc index 766c40966d..c0335b58bf 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -28,6 +28,7 @@ TEST_OBJECTS = \ $(OBJS)\test_wxregex.o \ $(OBJS)\test_filesys.o \ $(OBJS)\test_arrays.o \ + $(OBJS)\test_hashes.o \ $(OBJS)\test_longlong.o \ $(OBJS)\test_strings.o \ $(OBJS)\test_stdstrings.o \ @@ -184,6 +185,9 @@ $(OBJS)\test_filesys.o: ./filesys/filesys.cpp $(OBJS)\test_arrays.o: ./arrays/arrays.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< +$(OBJS)\test_hashes.o: ./hashes/hashes.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< + $(OBJS)\test_longlong.o: ./longlong/longlong.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $< diff --git a/tests/makefile.vc b/tests/makefile.vc index d06f6bb46d..ba50e8d606 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -30,6 +30,7 @@ TEST_OBJECTS = \ $(OBJS)\test_wxregex.obj \ $(OBJS)\test_filesys.obj \ $(OBJS)\test_arrays.obj \ + $(OBJS)\test_hashes.obj \ $(OBJS)\test_longlong.obj \ $(OBJS)\test_strings.obj \ $(OBJS)\test_stdstrings.obj \ @@ -246,6 +247,9 @@ $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_hashes.obj: .\hashes\hashes.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_longlong.obj: .\longlong\longlong.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** diff --git a/tests/test.bkl b/tests/test.bkl index 2b6f93196a..e7eb723ef7 100644 --- a/tests/test.bkl +++ b/tests/test.bkl @@ -15,6 +15,7 @@ regex/wxregex.cpp filesys/filesys.cpp arrays/arrays.cpp + hashes/hashes.cpp longlong/longlong.cpp strings/strings.cpp strings/stdstrings.cpp diff --git a/tests/test.dsp b/tests/test.dsp index 5444d61bed..e983c5ba38 100644 --- a/tests/test.dsp +++ b/tests/test.dsp @@ -459,6 +459,10 @@ SOURCE=.\formatconverter\formatconverter.cpp # End Source File # Begin Source File +SOURCE=.\hashes\hashes.cpp +# End Source File +# Begin Source File + SOURCE=.\longlong\longlong.cpp # End Source File # Begin Source File -- 2.45.2