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.mk

    r9060 r9120  
    1 # $Id: setup.os2relmscv6.mk,v 1.9 2002-08-20 19:14:33 bird Exp $
     1# $Id: setup.os2relmscv6.mk,v 1.10 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
     
    115116IMPLIB_FLAGS=/NOI /Nologo
    116117
    117 LINK_FLAGS=/nofree /nologo /map /linenumbers /NOIgnorecase /NOE /NOD /Optfunc /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
     118LINK_FLAGS=/nofree /nologo /map /linenumbers /NOIgnorecase /NOE /NOD /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
    118119LINK_FLAGS_EXE=$(LINK_FLAGS) /EXECutable /BASE:0x10000 /STACK:$(TARGET_STACKSIZE)
    119120LINK_FLAGS_DLL=$(LINK_FLAGS) /DLL
Note: See TracChangeset for help on using the changeset viewer.