home *** CD-ROM | disk | FTP | other *** search
- # make file for cardset.wdt bitmap and resource file
-
- cardset.wdt : wdtlib.obj cardset.def cardset.res
- link wdtlib libentry, cardset.wdt /align:16, NUL, /nod sdllcew libw, cardset
- rc cardset.res cardset.wdt
-
- wdtlib.obj : wdtlib.c
- cl -c -ASw -Gsw -Ow -W2 -Zp wdtlib.c
-
- cardset.res : cardset.rc
- rc -r cardset.rc
-
-