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

    r9060 r9120  
    1 # $Id: setup.os2debemx.mk,v 1.4 2002-08-20 19:14:31 bird Exp $
     1# $Id: setup.os2debemx.mk,v 1.5 2002-08-24 04:59:46 bird Exp $
    22
    33# ---OS2, DEBUG, EMX----------------------------
     
    2424#
    2525!include $(PATH_MAKE)\setup.os2debalp.mk
     26!include $(PATH_MAKE)\setup.os2prfwrc.mk
    2627!include $(PATH_MAKE)\setup.optional.emx.mk
    2728
     
    113114IMPLIB_FLAGS=/NOI /Nologo
    114115
    115 LINK_FLAGS=/nofree /nologo /de /map /linenumbers /NOIgnorecase /NOE /NOD /Optfunc /PACKCODE /PACKDATA
     116LINK_FLAGS=/nofree /nologo /de /map /linenumbers /NOIgnorecase /NOE /NOD /PACKCODE /PACKDATA
    116117LINK_FLAGS_EXE=$(LINK_FLAGS) /EXECutable /STACK:$(TARGET_STACKSIZE)
    117118LINK_FLAGS_DLL=$(LINK_FLAGS) /DLL
Note: See TracChangeset for help on using the changeset viewer.