home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
sna
/
sli3270
/
makefile
next >
Wrap
Makefile
|
1997-10-14
|
336b
|
16 lines
USE_SNA=1
console=1
Proj = WSli3270
!include <BkOffice.Mak>
!if "$(CPU)" == "i386"
cflags = $(cflags) -D_CRTAPI1=_cdecl -D_CRTAPI2=_cdecl
!endif
All: $(ObjDir)\$(Proj).Exe
$(ObjDir)\$(Proj).exe: $(@D)\Sli3270.obj # can't use default rule since filenames differ
Link $(LFLAGS) $(linkflags) $** $(LinkLibs) $(LogCmd)