TOPDIR = ..\.. SUBDIRS = INCLUDE_DIRS = \ /I$(TOPDIR)\include\wolf /I. \ /D_WIN32_WINNT=0x400 /I"$(PLATFORM_SDK_DIR)\Include" INCLUDE_LDFLAGS = \ /LIBPATH:"$(PLATFORM_SDK_DIR)\lib" INCLUDE_LIBS = \ $(TOPDIR)\src\wolf.lib \ advapi32.lib kernel32.lib LIBRARIES = \ testmsg.dll TEST_BINS = \ test_log.exe !INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk test_log.exe: test_log.obj $(TOPDIR)\src\wolf.lib testmsg.dll: testmsg.res $(LINK) /dll /nologo /noentry /MACHINE:x86 /out:$@ $? testmsg.rc: testmsg.mc testmsg.res: testmsg.rc local_test: $(LIBRARIES) @echo Testing log.. @copy testmsg.dll C:\TEMP >NUL @test_log 2>NUL local_all: local_clean: @-erase test.log 2>NUL @-erase $(LIBRARIES) testmsg.h 2>NUL local_distclean: