home *** CD-ROM | disk | FTP | other *** search
-
- CL = cl -c -Zlep -Owt -Gsw -Asnw -W4 -DNOCOMM
- #CL = cl -c -Zlepi -Od -Gsw -Asnw -W4 -DNOCOMM
-
- goal: we_ext.dll
-
- we_ext.obj: we_ext.c we_ext.h private.h
- $(CL) we_ext.c
- $(CL) ctags.c
-
- we_ext.res: we_ext.rc we_ext.h
- rc -r we_ext.rc
-
- we_ext.dll: we_ext.obj we_ext16.def we_ext16.lnk we_ext.res
- # link @we_ext.lnk
- link /CO @we_ext16.lnk
- rc -t -30 we_ext.res we_ext.dll
- mapsym we_ext
-