home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
LC
/
SEE4C10.ZIP
/
MULTI32._M_
< prev
next >
Wrap
Text File
|
1998-05-15
|
395b
|
19 lines
#
# Microsoft makefile for MULTI [Win32]
# Requires SEE32.DLL & SEE32.LIB
#
# To use: "nmake multi_32._m_"
#
!include <win32.mak>
CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
multi.exe: multi.obj see32.lib
link $(conlflags) multi.obj -out:multi.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
multi.obj: multi.c see.h
cl $(cflags) $(cvars) multi.c