home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SOURCE / STARTUP / WINDLL.MK_ / WINDLL.MK
Encoding:
Makefile  |  1993-02-08  |  826 b   |  26 lines

  1. ###############################################################################
  2. #                                          #
  3. #    Copyright (c) 1986-1992, Microsoft Corporation.  All rights reserved. #
  4. #                                          #
  5. #    Makefile for building c runtime startup objects (WIN).              #
  6. #                                          #
  7. #    This makefile is invoked by CSTARTUP.<BAT,CMD>.               #
  8. #    See CSTARTUP.<BAT,CMD> for usage information.                  #
  9. #                                          #
  10. ###############################################################################
  11.  
  12. #
  13. # environment variable settings for WIN DLL objects
  14. #
  15.  
  16. SRC=..\..
  17. INC=..\..
  18.  
  19. CFLAGS=-A$(MODEL)w -I$(INC) -I$(CINC) -Oart -Gs -c -D_WINDOWS -D_WINDLL
  20. CL=cl $(CFLAGS)
  21.  
  22. ASMFLAGS= -Mx -Dmem_$(MODEL) -I$(INC) -DSS_NEQ_DGROUP -D_WINDOWS -D_WINDLL
  23. ASM=masm $(ASMFLAGS)
  24.  
  25. CMACROS=$(INC)\version.inc $(INC)\cmacros.inc
  26.