home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
LC
/
SEE4C10.ZIP
/
MAILER32._B_
< prev
next >
Wrap
Text File
|
1998-05-15
|
436b
|
22 lines
#
# Borland CONSOLE mode makefile for MAILER [Win32]
# Requires SEE32.DLL
#
# To use: "make -fmailer32._B_"
#
CCFLAGS = -c -DWIN32
mailer.exe: mailer.obj see32b.lib
tlink32 -Tpe -ap -c c0x32 mailer, mailer,mailer, see32b.lib cw32i import32
# construct LIB for (Microsoft generated) SEE32.DLL
see32b.lib: see32.dll
implib see32b.lib see32.dll
mailer.obj: mailer.c see.h
bcc32 $(CCFLAGS) mailer.c