home *** CD-ROM | disk | FTP | other *** search
- !IFDEF NDEBUG
- linkops=/NOD/ALIGN:16
- compilops=-Asnw -Gsw -c -Oas -Zp -W2
- !ELSE
- linkops=/NOD/ALIGN:16/CO
- compilops=-Asnw -Gsw -c -Odas -Zpei -W2
- !ENDIF
-
- !IFDEF MAP
- map=hugearr.map
- !ELSE
- map=nul
- !ENDIF
-
- hugearr.dll: hugearr.obj hugearr.def
- link $(linkops) libentry+hugearr, hugearr.dll, $(map), libw+sdllcew, hugearr
- rc hugearr.dll
- copy hugearr.dll c:\windows
-
- hugearr.obj: hugearr.c hugearr.h
- cl $(compilops) hugearr.c
-