Created XML makefiles for rosapps. You need to checkout /rosapps in your /reactos...
[reactos.git] / rosapps / net / niclist / makefile
1
2 PATH_TO_TOP=../../../reactos
3
4 TARGET_TYPE = program
5
6 TARGET_APPTYPE = console
7
8 TARGET_NAME = niclist
9
10 TARGET_SDKLIBS =
11
12 TARGET_OBJECTS = $(TARGET_NAME).o
13
14 TARGET_CFLAGS = -D__USE_W32API
15
16 include $(PATH_TO_TOP)/rules.mak
17
18 include $(TOOLS_PATH)/helper.mk
19
20 # EOF