home *** CD-ROM | disk | FTP | other *** search
- #----------------------
- # SELWORD.MAK make file
- #----------------------
-
- selword.dll : selword.obj selword.def
- link selword ewapi.lib, selword.dll /align:16, NUL, /noe sdllcew libw, selword
- rc selword.dll
- ren selword.dll selword.ewd
-
- selword.obj : selword.c
- cl -c -ASw -Gsw -Ow -W2 -Zp selword.c
-