home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
rras
/
eap
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-09-11
|
236 b
|
12 lines
!include <win32.mak>
all: eap.dll
.c.obj:
$(cc) $(cdebug) $(cflags) $(cvars) -DUNICODE $*.c
eap.dll: eap.obj
$(link) $(linkdebug) $(dlllflags) \
$** -out:eap.dll -def:eap.def \
$(conlibsdll) user32.lib