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