home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-12 | 473 b | 22 lines |
- pwrfunc.lib: vector.obj gfx.obj misc.obj overlay.obj timer.obj
- @tlib pwrfunc.lib + vector.obj + gfx.obj + misc.obj + overlay.obj + timer.obj
- @copy pwrfunc.lib d:\poweru
- @del pwrfunc.lib
- @copy pwrfunc.inc d:\poweru
- @copy pwrfunc.doc d:\poweru
-
- gfx.obj: gfx.asm
- @tasm gfx.asm
-
- misc.obj: misc.asm
- @tasm misc.asm
-
- overlay.obj: overlay.asm
- @tasm overlay.asm
-
- timer.obj: timer.asm
- @tasm timer.asm
-
- vector.obj: vector.asm
- @tasm vector.asm
-