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

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

Added new tools. Restructured tools. More options. Fixes.

File size: 442 bytes
Line 
1# $Id: setup.os2alllib.mk,v 1.1 2002-08-29 10:01:41 bird Exp $
2
3#
4# The tool(s)
5#
6AR = lib.exe
7IMPLIB = implib.exe
8
9#
10# The flags
11#
12AR_FLAGS = /nologo /noignorecase
13AR_CMD = $(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
14AR_LNK1 = $(@R).$(EXT_LIB)
15AR_LNK2 = y
16_AR_LNK3 = +$(TARGET_OBJS: =&^
17 +)
18AR_LNK3 = $(_AR_LNK3:+&^
19=)
20AR_LNK4 = $(@R).lst;
21
22IMPLIB_FLAGS = /NOI /Nologo
23
Note: See TracBrowser for help on using the repository browser.