home *** CD-ROM | disk | FTP | other *** search
- .c.obj:
- cl -Zp -AL -FPa -c $*.c
-
- .cls.obj:
- scc -g \class\lib -p \include $*.cls
- cl -c -Zp -FPa -AL /Tc$*.cx
-
- test2.obj: test2.c
-
- test.obj: test.c
-
- coop.obj: coop.c
-
- oop.obj: oop.cls
-
- test2.exe: test2.obj oop.obj
- link test2+oop,,,class;
-
- test.exe: test.obj coop.c
- link test+coop;
-