Last change
on this file since 9165 was 9165, checked in by bird, 23 years ago |
Added new tools. Restructured tools. More options. Fixes.
|
File size:
426 bytes
|
Line | |
---|
1 | # $Id: setup.os2allwlib.mk,v 1.1 2002-08-29 10:01:41 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # The tool(s)
|
---|
5 | #
|
---|
6 | AR = wlib.exe
|
---|
7 | IMPLIB = implib.exe
|
---|
8 |
|
---|
9 | #
|
---|
10 | # The flags
|
---|
11 | #
|
---|
12 | AR_FLAGS = -q -c -fo -b
|
---|
13 | AR_CMD = $(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
|
---|
14 | AR_LNK1 = -l="$(@R).lst"
|
---|
15 | AR_LNK2 = "$(@R).$(EXT_LIB)"
|
---|
16 | _AR_LNK3 = +"$(TARGET_OBJS: ="^
|
---|
17 | +")"
|
---|
18 | AR_LNK3 = $(_AR_LNK3:+""&^
|
---|
19 | =)
|
---|
20 |
|
---|
21 | IMPLIB_FLAGS = /NOI /Nologo
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.