remove empty dir
[reactos.git] / rosapps / games / winemine / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../../reactos
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = windows
8
9 TARGET_NAME = winemine
10
11 TARGET_SDKLIBS = kernel32.a gdi32.a
12
13 TARGET_OBJECTS = main.o dialog.o
14
15 TARGET_CFLAGS = -D__USE_W32API
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk
20
21 # EOF