home *** CD-ROM | disk | FTP | other *** search
- .autodepend
-
- CC=BCC32
- OPTIMIZATIONS=-6 -a4 -O2
- DIRS=-I..\INCLUDE
- CPPFLAGS=-w-inl
-
- .cpp.obj:
- $(CC) -c $(CPPFLAGS) $(OPTIMIZATIONS) $(DIRS) $<
-
- TARGETS: encoder.exe decoder.exe
-
- encoder.exe: encoder.obj ..\BC\LIBIMAGE.LIB
- bcc32 -s $**
-
- decoder.exe: decoder.obj ..\BC\LIBIMAGE.LIB
- bcc32 -s $**
-
-
-
-