update for HEAD-2003021201
[reactos.git] / apps / utils / tickcount / makefile
1 PATH_TO_TOP = ../../..
2
3 TARGET_NORC = yes
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = console
8
9 TARGET_NAME = tickcount
10
11 TARGET_SDKLIBS = kernel32.a
12
13 TARGET_OBJECTS = tickcount.o
14
15 include $(PATH_TO_TOP)/rules.mak
16
17 include $(TOOLS_PATH)/helper.mk
18
19 # EOF