projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Created framework for new network utility applications.
[reactos.git]
/
rosapps
/
net
/
netstat
/
makefile
1
2
PATH_TO_TOP = ../../../reactos
3
4
TARGET_TYPE = program
5
6
TARGET_APPTYPE = console
7
8
TARGET_NAME = netstat
9
10
TARGET_SDKLIBS = user32.a snmpapi.a
11
12
TARGET_OBJECTS = $(TARGET_NAME).o
13
14
include $(PATH_TO_TOP)/rules.mak
15
16
include $(TOOLS_PATH)/helper.mk
17
18
# EOF