summaryrefslogtreecommitdiff
path: root/tests/url/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/url/Makefile.W32')
-rwxr-xr-xtests/url/Makefile.W3238
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/url/Makefile.W32 b/tests/url/Makefile.W32
new file mode 100755
index 0000000..c2d74e7
--- /dev/null
+++ b/tests/url/Makefile.W32
@@ -0,0 +1,38 @@
+TOPDIR = ..\..
+
+SUBDIRS =
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
+
+INCLUDE_CXXFLAGS = \
+ /D_WIN32_WINNT=0x504
+
+INCLUDE_DIRS = \
+ /I. \
+ /I$(TOPDIR)\src
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_LIBS = \
+
+TEST_CPP_BINS = \
+ test1.exe \
+ test2.exe
+
+OBJS =
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
+
+test1.exe: test1.obj
+test2.exe: test2.obj
+
+local_all:
+
+local_clean:
+ @-erase -f *.RES *.DIFF *.ERR 2>NUL
+
+local_distclean:
+
+local_test:
+ @-exec_test test1 "TypeList and TypeTraits"
+ @-exec_test test2 "TypeInfo C++ demangle"