TOPDIR = ..\.. SUBDIRS = !INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk INCLUDE_CXXFLAGS = \ /D_WIN32_WINNT=0x504 INCLUDE_DIRS = \ /I. \ /I$(TOPDIR)\src \ /I$(TOPDIR)\include \ /I$(TOPDIR)\include\util INCLUDE_LDFLAGS = \ INCLUDE_LIBS = \ $(TOPDIR)/src/libutil/utilstatic.lib TEST_CPP_BINS = \ test1.exe \ test2.exe \ test3.exe \ test4.exe OBJS = !INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk test1.exe: test1.obj test2.exe: test2.obj test3.exe: test3.obj test4.exe: test4.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" @-exec_test test3 "Singleton" @-exec_test test4 "StringUtils split"