home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 11 Util
/
11-Util.zip
/
NCS.ZIP
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1991-05-15
|
449b
|
16 lines
# Makefile for NCS.EXE (bound)
#
# If not using PAMAKE comment out or delete the lines starting with +
# and ensure that your environment is correct for C compiling and linking.
#
# Add /Lp to the cl command switch list if your default libraries are not
# the protected mode ones.
+PATH=c:\prot;c:\fapi;c:\os2
+LIB=c:\lib;c:\os2\dll
+INCLUDE=c:\include
ncs.exe : ncs.c ncs.def
cl /AS /G2 /Fb /W3 ncs.c os2.lib ncs.def
del ncs.obj