home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-01-09 | 373 b | 26 lines |
-
- all: hugearr.dll
-
- #
- # Standard command line definitions
- #
-
- cp=cl -Asnw -Gsw -c -Oas -Zp -W2
-
- #
- # Standard inference rules
- #
- .c.obj:
- $(cp) $*.c
-
- #
- # The C File List
- #
-
-
- hugearr.obj: hugearr.c hugearr.h
-
- hugearr.dll: hugearr.obj hugearr.def
- link /NOD/ALIGN:16 libentry+hugearr, hugearr.dll, nul, libw+sdllcew, hugearr
- rc hugearr.dll