home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compressed Image File Formats
/
CompressedImageFileFormatsJohnMiano.iso
/
pc
/
Library
/
PNG
/
msvc.mak
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-17
|
356 b
|
18 lines
CC=CL
OPTIMIZATIONS=/Ox
DIRS=/I..\INCLUDE
CPPFLAGS=/GX
.cpp.obj:
$(CC) -c $(CPPFLAGS) $(OPTIMIZATIONS) $(DIRS) $<
TARGETS: encoder.exe decoder.exe
encoder.exe: encoder.obj ..\MSVC\LIBIMAGE.LIB
cl $**
decoder.exe: decoder.obj ..\MSVC\LIBIMAGE.LIB
cl $**