home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
samples
/
compiler
/
tls
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1996-02-20
|
297 b
|
21 lines
.SUFFIXES: .C .obj .
.all: tls.exe
.C.obj:
@echo " Compile::C Compiler "
icc.exe /Ti /Gh /Fo"tls.obj" /C %s
tls.exe: \
tls.obj
@echo " Link::Linker "
icc.exe @<<
/B" /de /noe"
/Fetls.exe
tls.obj
cppwpa3.obj
<<
tls.obj: \
tls.c