home *** CD-ROM | disk | FTP | other *** search
- all: select.dll
-
- select.obj: select.c select.h
- cl -c -Asnw -Gsw -Oas -Zpe select.c
-
- libentry.obj: libentry.asm
- masm -Mx libentry,libentry;
-
- select.dll: libentry.obj select.obj select.def
- link /NOD select libentry, select.dll,, libw sdllcew, select.def
- rc select.dll
- implib select.lib select.def
-
-