summaryrefslogtreecommitdiff
path: root/tests/streamhtmlparser/Makefile.W32
blob: d7d268c2e69904086e69dd26970ab2a7d60c1938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
TOPDIR = ..\..

SUBDIRS =

!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk

INCLUDE_CXXFLAGS = \
	/D_WIN32_WINNT=0x504

INCLUDE_DIRS = \
	/I. \
	/I$(TOPDIR)\streamhtmlparser

INCLUDE_LDFLAGS = \

INCLUDE_LIBS = \
	$(TOPDIR)\streamhtmlparser\streamhtmlparser.lib

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:

local_distclean:

local_test: