Ignore:
Timestamp:
Aug 28, 2002, 7:02:23 AM (23 years ago)
Author:
bird
Message:

Made separate config for ilib and implib (all in one).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.os2debemx.mk

    r9149 r9154  
    1 # $Id: setup.os2debemx.mk,v 1.8 2002-08-28 03:42:43 bird Exp $
     1# $Id: setup.os2debemx.mk,v 1.9 2002-08-28 05:02:20 bird Exp $
    22
    33# ---OS2, DEBUG, EMX----------------------------
     
    2828_LD_LAST_LIB = end.$(EXT_LIB)
    2929!include $(PATH_MAKE)\setup.os2debilink.mk
     30!include $(PATH_MAKE)\setup.os2allilib.mk
    3031!include $(PATH_MAKE)\setup.optional.emx.mk
    3132
     
    3435# The tools
    3536#
    36 !if 1
    37 AR=ilib.exe
    38 !else
    39 AR=lib.exe
    40 !endif
    4137CC=gcc.exe
    4238CXX=gcc.exe
    43 IMPLIB=implib.exe
    4439
    4540
     
    4742# The flags
    4843#
    49 AR_FLAGS=/nologo /noignorecase
    50 !if 1
    51 AR_CMD=$(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
    52 AR_LNK1= "$(@R).$(EXT_LIB)"
    53 AR_LNK2=y
    54 _AR_LNK3= +"$(TARGET_OBJS: ="&^
    55  +")"
    56 AR_LNK3= $(_AR_LNK3:+""&^
    57 =)
    58 AR_LNK4= "$(@R).lst";
    59 !else
    60 _AR_LNK1= $(TARGET), ^
    61 +"$(TARGET_OBJS: ="+^
    62 ")"
    63 AR_LNK1= $(_AR_LNK1:""=)
    64 AR_LNK2= $(@R).lst
    65 !endif
    66 
    6744CC_FLAGS=-c -DDEBUG -DOS2 -D__32BIT__ -DMODEL=FLAT -Zomf -Wall -Wstrict-prototypes -Wno-trigraphs \
    6845         -fno-common -march=i586 -g $(_CC_OPTIONAL) \
     
    11188!endif
    11289
    113 IMPLIB_FLAGS=/NOI /Nologo
    114 
    11590
    11691#
Note: See TracChangeset for help on using the changeset viewer.