]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
Correct initial value of "Toggle toolbar" check menu item in the sample.
[wxWidgets.git] / tests / makefile.vc
index 2f874658f9007379e322a6ac985f832f988562f2..bf0fa08e0657c3899b4a80d31e9d7b354a556bb9 100644 (file)
@@ -60,6 +60,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_convautotest.obj \\r
        $(OBJS)\test_mbconvtest.obj \\r
        $(OBJS)\test_misctests.obj \\r
+       $(OBJS)\test_typeinfotest.obj \\r
        $(OBJS)\test_ipc.obj \\r
        $(OBJS)\test_socket.obj \\r
        $(OBJS)\test_regextest.obj \\r
@@ -181,13 +182,13 @@ LIBTYPE_SUFFIX = lib
 LIBTYPE_SUFFIX = dll\r
 !endif\r
 !if "$(TARGET_CPU)" == "AMD64"\r
-LINK_TARGET_CPU = /MACHINE:AMD64\r
+LINK_TARGET_CPU = /MACHINE:X64\r
 !endif\r
 !if "$(TARGET_CPU)" == "IA64"\r
 LINK_TARGET_CPU = /MACHINE:IA64\r
 !endif\r
 !if "$(TARGET_CPU)" == "amd64"\r
-LINK_TARGET_CPU = /MACHINE:AMD64\r
+LINK_TARGET_CPU = /MACHINE:X64\r
 !endif\r
 !if "$(TARGET_CPU)" == "ia64"\r
 LINK_TARGET_CPU = /MACHINE:IA64\r
@@ -599,6 +600,9 @@ $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
 $(OBJS)\test_misctests.obj: .\misc\misctests.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\misc\misctests.cpp\r
 \r
+$(OBJS)\test_typeinfotest.obj: .\misc\typeinfotest.cpp\r
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\misc\typeinfotest.cpp\r
+\r
 $(OBJS)\test_ipc.obj: .\net\ipc.cpp\r
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\net\ipc.cpp\r
 \r