Generate proxy makefiles in output tree.
[reactos.git] / reactos / apps / utils / theme / dump / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../../..
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = console
8
9 TARGET_NAME = themedump
10
11 TARGET_SDKLIBS = kernel32.a uxtheme.a
12
13 TARGET_OBJECTS = $(TARGET_NAME).o
14
15 include $(PATH_TO_TOP)/rules.mak
16
17 include $(TOOLS_PATH)/helper.mk
18
19 # EOF