projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial comit
[reactos.git]
/
os2
/
server
/
makefile
1
# $Id: makefile,v 1.1 2002/03/23 19:23:28 robertk Exp $
2
3
PATH_TO_TOP = ../../..
4
5
TARGET_TYPE = program
6
7
TARGET_APPTYPE = native
8
9
TARGET_NAME = os2ss
10
11
TARGET_INSTALLDIR = system32
12
13
TARGET_CFLAGS = -D__NTAPP__
14
15
#OBJECTS_API =
16
17
OBJECTS_MISC = \
18
$(TARGET_NAME).o
19
20
TARGET_OBJECTS = \
21
$(OBJECTS_API)
22
# \
23
# $(OBJECTS_MISC)
24
25
include $(PATH_TO_TOP)/rules.mak
26
27
include $(TOOLS_PATH)/helper.mk
28
29
# EOF