summaryrefslogtreecommitdiffstats
path: root/private/os2/os2ss/sources
blob: fd4ef88eba41b23a72cc23df4a6529bb42a15f98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
!IF 0
*****************************************************************************
Copyright (c) 1989, 1990 Microsoft Corporation

Module Name:    SOURCES for OS/2 'mini subsystem'. Real functionality
                is in ..\server

Author:     yarons

Revision History:
    04-19-91    larrys  original version
*****************************************************************************
!ENDIF

#------------------------------------------------
# INFO FOR CREATING LIBRARY
#------------------------------------------------
MAJORCOMP=os2
MINORCOMP=os2ss

TARGETNAME=os2ss
TARGETPATH=obj
TARGETTYPE=LIBRARY

NO_READONLY_STRINGS=1

#------------------------------------------------
# INCLUDE PATH
#------------------------------------------------

INCLUDES=..\inc

#------------------------------------------------
# SOURCE FILES   (used to make library)
#------------------------------------------------

SOURCES= sbinit.c \
        sbreqst.c \
        sbcnfg.c \
        os2ss.rc

#------------------------------------------------
# FLAGS
#------------------------------------------------

!IFDEF PMNT
C_DEFINES=-DPMNT
!ENDIF

#------------------------------------------------
# EXECUTABLES
#------------------------------------------------

UMTYPE=ntss
UMTEST=os2ss

#------------------------------------------------
# LIBRARIES created by the SOURCES= line (above)
# (currently commented out - not used)
#
# $(BASEDIR)\public\sdk\lib\*\smdll.lib
#------------------------------------------------

UMAPPL=os2ss
UMLIBS= obj\*\os2ss.lib \
        ..\obj\*\os2ssrtl.lib
UMRES= obj\*\os2ss.res
COFFBASE=os2ss