Changeset 899 for trunk/dll


Ignore:
Timestamp:
Jan 4, 2008, 12:02:56 AM (18 years ago)
Author:
Steven Levine
Message:

Prepare for final, implending switch to wrc.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r841 r899  
    33
    44# Copyright (c) 1993-98 M. Kimes
    5 # Copyright (c) 2002, 2007 Steven H. Levine
     5# Copyright (c) 2002, 2008 Steven H. Levine
    66
    77# 22 May 03 SHL Correct icon dependencies
     
    3333# 05 Sep 07 SHL Correct USE_WRC logic
    3434# 22 Sep 07 SHL Switch to 4 byte packing (-zp4)
     35# 03 Jan 08 SHL Prepare for final, implending switch to wrc.exe
    3536
    3637# Environment:
     
    4748LINK = wlink
    4849
    49 # fixme for wrc to build working .res
    50 # fixme ow 1.6 wrc clobbers bldlevel strings
     50# // 01 Jan 08 SHL fixme debug
     51# USE_WRC = 1
    5152
    5253!ifndef USE_WRC                 # if not defined on command line
     
    118119
    119120# rc Includes can be in current director or dll subdirectory
    120 # fixme for wrc to build working .res
    121 # fixme for wrc to not clobber bldlevel strings
    122121!if $(USE_WRC)
    123122# Pass 1 flags
    124123RCFLAGS = -r -i=dll -ad
    125124# Pass 2 flags
    126 RCFLAGS2 =-ad
     125RCFLAGS2 =
    127126!else
    128127RCFLAGS = -r -i dll
     
    223222  @echo $(LINK) @$(BASERES).lrf @$(BASERES).def
    224223  $(LINK) @$(BASERES).lrf @$(BASERES).def
    225   $(RC) $(RCLAGS2) $(BASERES).res $@
     224  $(RC) $(RCFLAGS2) $(BASERES).res $@
    226225  bldlevel $@
    227226
Note: See TracChangeset for help on using the changeset viewer.