Ignore:
Timestamp:
Aug 24, 2002, 6:59:49 AM (23 years ago)
Author:
bird
Message:

Include wrc setup. Removed /Optfunc as it removed public names without removing the code; which is confusing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.os2relmscv6-16.mk

    r9064 r9120  
    1 # $Id: setup.os2relmscv6-16.mk,v 1.6 2002-08-20 21:16:48 bird Exp $
     1# $Id: setup.os2relmscv6-16.mk,v 1.7 2002-08-24 04:59:48 bird Exp $
    22
    33# ---OS2, RELEASE, MSCV6-------------------------
     
    1616#
    1717!include $(PATH_MAKE)\setup.os2relalp.mk
     18!include $(PATH_MAKE)\setup.os2relwrc.mk
    1819
    1920
     
    137138IMPLIB_FLAGS=/NOI /Nologo
    138139
    139 LINK_FLAGS=/nofree /nologo /map /linenumbers /NOIgnorecase /NOE /NOD /Optfunc /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
     140LINK_FLAGS=/nofree /nologo /map /linenumbers /NOIgnorecase /NOE /NOD /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
    140141LINK_FLAGS_EXE=$(LINK_FLAGS) /EXECutable /BASE:0x10000 /STACK:$(TARGET_STACKSIZE)
    141142LINK_FLAGS_DLL=$(LINK_FLAGS) /DLL
Note: See TracChangeset for help on using the changeset viewer.