scroll mode for very long start menus
[reactos.git] / reactos / apps / utils / stats / Makefile
1 # $Id: Makefile,v 1.4 2003/11/16 22:25:34 sedwards Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_NAME = stats
12
13 TARGET_SDKLIBS = kernel32.a
14
15 TARGET_OBJECTS = $(TARGET_NAME).o
16
17 TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk
22
23 # EOF