home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IBM Presents OS/2 Software Hits 1995
/
OS-2_SW_HITS_2ND_EDITION_1995.ISO
/
i17
/
ur423841.dsk
/
CSDX.DFI
/
DFIEXALF.MAK
< prev
next >
Wrap
Text File
|
1992-01-13
|
2KB
|
54 lines
#----------------------------------------------
# LAN Network Manager alert filter exit
#----------------------------------------------
#
# The variable MTINCLUDEPATH should contain the path to the multithread
# include files for your particular compiler. For instance, on a system
# where the IBM C/2 1.1 compiler had been installed in its default
# location, MTINCLUDEPATH would be set to c:\ibmc2\include\mt.
#
MTINCLUDEPATH = c:\ibmc2\include\mt
#
# Use these flags when compiling and linking with the IBM C/2 1.1 compiler.
#
# CFLAGS = -c -G2 -Gs -W3 -DLINT_ARGS -DLM10 -Alfu \
# -Fo$(*B).obj -DDLL -I$(MTINCLUDEPATH)
#
# To add debugging information to the compiled object module, use:
# CDEBUG = -Zip -Od
# To leave debugging information out of the compiled object module, use:
# CDEBUG = -Zp
#
# To add debugging information to the linked .DLL, use:
# LFLAGS = /align:16 /NOD /M /CO
# To leave debugging information out of the linked .DLL, use:
# LFLAGS = /align:16 /NOD /M
#
#
# Use these flags when compiling and linking with the Microsoft C 6.0 compiler.
#
# CFLAGS = -c -G2 -Gs -W4 -DLINT_ARGS -DLM10 -Alfu \
# -Fo$(*B).obj -DDLL -I$(MTINCLUDEPATH)
#
# To add debugging information to the compiled object module, use:
# CDEBUG = -Zip -Od
# To leave debugging information out of the compiled object module, use:
# CDEBUG = -Zp
#
# To add debugging information to the linked .DLL, use:
# LFLAGS = /align:16 /NOD /M /CO
# To leave debugging information out of the linked .DLL, use:
# LFLAGS = /align:16 /NOD /M
#
#
dfiexalf.dll : dfiexalf.obj dfiexalf.def
link $(LFLAGS) .\dfiexalf .\crtdll, \
.\dfiexalf.dll, .\dfiexalf.map, \
.\dficlib+os2, .\dfiexalf.def
dfiexalf.obj : dfiexalf.c
cl $(CFLAGS) $(CDEBUG) $(*B).c