source: trunk/make/setup.os2allilib.mk@ 10366

Last change on this file since 10366 was 9154, checked in by bird, 23 years ago

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

File size: 557 bytes
Line 
1# $Id: setup.os2allilib.mk,v 1.1 2002-08-28 05:02:20 bird Exp $
2
3#
4# The tool(s)
5#
6!ifdef _AR_NOFREE # used internall for flagging vac365
7AR = ilib.exe /nofree
8!else
9AR = ilib.exe
10!endif
11IMPLIB = implib.exe
12
13#
14# The flags
15#
16AR_FLAGS = /nologo /noignorecase
17AR_CMD = $(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
18AR_LNK1 = "$(@R).$(EXT_LIB)"
19AR_LNK2 = y
20_AR_LNK3 = +"$(TARGET_OBJS: ="&^
21 +")"
22AR_LNK3 = $(_AR_LNK3:+""&^
23=)
24AR_LNK4 = "$(@R).lst";
25
26IMPLIB_FLAGS = /NOI /Nologo
27
Note: See TracBrowser for help on using the repository browser.