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