home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-15 | 971 b | 43 lines |
- .rc.res:
- rc -r $*.rc
-
- .c.obj:
- cl -GD2s -W3 -c -AS -Zip -Od $*.c
-
- all: vlist.dll listtest.exe
-
- #
- # list test
- #
- listtest.obj: listtest.c listtest.h
- cl -GA -G2s -W3 -c -AS -Zip listtest.c
-
- listtest.res: listtest.rc listtest.dlg
-
- listtest.exe: listtest.obj listtest.def listtest.res
- link /CO /NOD listtest,,,libw slibcew commdlg vlist,listtest.def
- rc listtest.res
-
- #
- # VLIST
- #
- vlist.res: vlist.rc
-
- vlist.obj: vlist.c vlistint.h
-
- vlscroll.obj: vlscroll.c vlistint.h
-
- vlrare.obj: vlrare.c vlistint.h
-
- vlsetcur.obj: vlsetcur.c vlistint.h
-
- dllstuff.obj: dllstuff.c vlistint.h
-
- dlgvlist.obj: dlgvlist.c dlgvlist.h
-
- vlist.dll: vlist.obj vlist.def vlist.res dllstuff.obj vlscroll.obj vlrare.obj vlsetcur.obj dlgvlist.obj
- link /NOD /CO vlist vlrare vlscroll vlsetcur dllstuff dlgvlist libentry, vlist.dll,,libw sdllcew, vlist.def
- rc vlist.res vlist.dll
- implib vlist.lib vlist.def
- copy *.dll \win3\system
-