projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs...
[wxWidgets.git]
/
tests
/
Makefile.in
diff --git
a/tests/Makefile.in
b/tests/Makefile.in
index ac19e587e7a664b231603fda0ebfa5e65412705d..314755b0ec642815d9b6f6631d23daa8113f2db2 100644
(file)
--- a/
tests/Makefile.in
+++ b/
tests/Makefile.in
@@
-38,7
+38,9
@@
TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \
TEST_OBJECTS = \
test_test.o \
test_main.o \
TEST_OBJECTS = \
test_test.o \
test_main.o \
- test_regex.o
+ test_formatconverter.o \
+ test_regex.o \
+ test_filesys.o
### Conditionally set variables: ###
### Conditionally set variables: ###
@@
-107,9
+109,15
@@
test_test.o: $(srcdir)/test.cpp
test_main.o: $(srcdir)/mbconv/main.cpp
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
test_main.o: $(srcdir)/mbconv/main.cpp
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
test_regex.o: $(srcdir)/regex/regex.cpp
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
test_regex.o: $(srcdir)/regex/regex.cpp
$(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+test_filesys.o: $(srcdir)/filesys/filesys.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
# Include dependency info, if present:
@IF_GNU_MAKE@-include .deps/*.d
# Include dependency info, if present:
@IF_GNU_MAKE@-include .deps/*.d