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:
Robert Dickenson 2003-01-07 17:37:22 +00:00
parent 2f4bd108e7
commit 839ce7a195
3 changed files with 20 additions and 2 deletions

View file

@ -0,0 +1,8 @@
; $Id: csrss.def,v 1.1 2003/01/07 17:37:22 robd Exp $
;
LIBRARY csrss.exe
EXPORTS
CsrServerInitialization

View file

@ -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

View file

@ -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