home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-05-22 | 349 b | 15 lines |
-
- all: vblistbx.vbx
-
- vblistbx.obj: vblistbx.c
- cl -c -Owtlg -Gsw2 -AS -Zpe vblistbx.c
-
- vblistbx.res: vblistbx.rc
- rc -r vblistbx.rc
-
- vblistbx.vbx: vblistbx.obj vblistbx.res vblistbx.def
- link /NOD /ALIGN:16 libinit vblistbx,vblistbx.vbx,,sdllcew libw vbapi,vblistbx.def
- rc vblistbx.res vblistbx.vbx
- copy vblistbx.vbx d:\vb
-
-