home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bccx +WINCLASS.CFG
- TASM = TASM
- TLINK = tlink
- TLIB = tlib
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- lib_dependencies = \
- winclass.obj
-
- # *Explicit Rules*
- winclass.lib: winclass.cfg $(lib_dependencies)
- $(TLIB) winclass.lib -+winclass.obj
-
- # *Individual File Dependencies*
- winclass.obj: winclass.cpp
-
- # *Compiler Configuration File*
- winclass.cfg: winclass.mak
- copy &&|
- -v
- -W
- -H=WINCLASS.SYM
- -IC:\BORLANDC\INCLUDE
- -LC:\BORLANDC\LIB
- | winclass.cfg
-
-
-