summaryrefslogtreecommitdiffstats
path: root/private/os2/os2ss/sources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/os2/os2ss/sources68
1 files changed, 68 insertions, 0 deletions
diff --git a/private/os2/os2ss/sources b/private/os2/os2ss/sources
new file mode 100644
index 000000000..fd4ef88eb
--- /dev/null
+++ b/private/os2/os2ss/sources
@@ -0,0 +1,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