home *** CD-ROM | disk | FTP | other *** search
- .autodepend
-
- OPTIMIZATIONS=-6 -a- -O2
- DIRS=-I..\INCLUDE
- CC=BCC32
- FLAGS=-w-inl
- .cpp.obj:
- $(CC) -c $(FLAGS) $(OPTIMIZATIONS) $(DIRS) $<
-
- TARGETS: encoder.exe decoder.exe
-
-
- encoder.exe: encoder.obj ..\bc\libimage.lib
- bcc32 -s $** ..\bc\libimage.lib
-
- decoder.exe: decoder.obj ..\bc\libimage.lib
- bcc32 -s $** ..\bc\libimage.lib
-
-
-
-