projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Copy makefile
[reactos.git]
/
os2
/
server
/
makefile
diff --git
a/os2/server/makefile
b/os2/server/makefile
index
87a600d
..
d1ee3a2
100644
(file)
--- a/
os2/server/makefile
+++ b/
os2/server/makefile
@@
-1,9
+1,11
@@
-# $Id: makefile,v 1.
1 2002/03/23 19:23:28 robertk
Exp $
+# $Id: makefile,v 1.
3 2003/01/12 02:03:06 robd
Exp $
-PATH_TO_TOP = ../../
..
+PATH_TO_TOP = ../../
reactos
TARGET_TYPE = program
TARGET_TYPE = program
+TARGET_NORC = yes
+
TARGET_APPTYPE = native
TARGET_NAME = os2ss
TARGET_APPTYPE = native
TARGET_NAME = os2ss
@@
-12,15
+14,18
@@
TARGET_INSTALLDIR = system32
TARGET_CFLAGS = -D__NTAPP__
TARGET_CFLAGS = -D__NTAPP__
-#OBJECTS_API =
+TARGET_SDKLIBS = ntdll.a kernel32.a csrss.a
+
+TARGET_GCCLIBS = stdc++
+
+OBJECTS_API =
OBJECTS_MISC = \
$(TARGET_NAME).o
TARGET_OBJECTS = \
OBJECTS_MISC = \
$(TARGET_NAME).o
TARGET_OBJECTS = \
- $(OBJECTS_API)
-# \
-# $(OBJECTS_MISC)
+ $(OBJECTS_API) \
+ $(OBJECTS_MISC)
include $(PATH_TO_TOP)/rules.mak
include $(PATH_TO_TOP)/rules.mak