Ignore:
Timestamp:
Aug 20, 2002, 9:14:34 PM (23 years ago)
Author:
bird
Message:

Library (ilib) setup changes - quote all names.

File:
1 edited

Legend:

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

    r8717 r9060  
    1 # $Id: setup.os2debemx.mk,v 1.3 2002-06-19 02:20:01 bird Exp $
     1# $Id: setup.os2debemx.mk,v 1.4 2002-08-20 19:14:31 bird Exp $
    22
    33# ---OS2, DEBUG, EMX----------------------------
     
    4949AR_FLAGS=/nologo /noignorecase
    5050!if 1
    51 AR_CMD=$(AR) $(AR_FLAGS) $@ @$(TARGET_LNK)
    52 _AR_LNK1= "$(TARGET_OBJS: ="&^
    53 ")"
     51AR_CMD=$(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
     52AR_LNK1= "$(@R).$(EXT_LIB)"
     53AR_LNK2=y
     54_AR_LNK3= +"$(TARGET_OBJS: ="&^
     55 +")"
     56AR_LNK3= $(_AR_LNK3:+""&^
     57=)
     58AR_LNK4= "$(@R).lst";
    5459!else
    5560_AR_LNK1= $(TARGET), ^
    5661+"$(TARGET_OBJS: ="+^
    5762")"
    58 !endif
    5963AR_LNK1= $(_AR_LNK1:""=)
    6064AR_LNK2= $(@R).lst
     65!endif
    6166
    6267CC_FLAGS=-c -DDEBUG -DOS2 -D__32BIT__ -DMODEL=FLAT -Zomf -Wall -Wstrict-prototypes -Wno-trigraphs \
Note: See TracChangeset for help on using the changeset viewer.