mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Changed from target type 'program' to 'proglib' and exported CsrServerInitialization for OS/2 subsystem linkage.
svn path=/trunk/; revision=3952
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
; $Id: csrss.def,v 1.1 2003/01/07 17:37:22 robd Exp $
|
||||
;
|
||||
|
||||
LIBRARY csrss.exe
|
||||
|
||||
EXPORTS
|
||||
|
||||
CsrServerInitialization
|
||||
@@ -0,0 +1,9 @@
|
||||
; $Id: csrss.edf,v 1.1 2003/01/07 17:37:22 robd Exp $
|
||||
;
|
||||
;
|
||||
|
||||
LIBRARY csrss.exe
|
||||
|
||||
EXPORTS
|
||||
|
||||
CsrServerInitialization=CsrServerInitialization@8
|
||||
@@ -1,8 +1,9 @@
|
||||
# $Id: makefile,v 1.20 2002/10/28 15:27:01 robd Exp $
|
||||
# $Id: makefile,v 1.21 2003/01/07 17:37:22 robd Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = program
|
||||
#TARGET_TYPE = program
|
||||
TARGET_TYPE = proglib
|
||||
|
||||
TARGET_APPTYPE = native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user