| 
            Last change
 on this file since 10040 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 | #
 | 
|---|
| 6 | AR              = lib.exe
 | 
|---|
| 7 | IMPLIB          = implib.exe
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #
 | 
|---|
| 10 | # The flags
 | 
|---|
| 11 | #
 | 
|---|
| 12 | AR_FLAGS        = /nologo /noignorecase
 | 
|---|
| 13 | AR_CMD          = $(AR) $(AR_FLAGS) @"$(TARGET_LNK)"
 | 
|---|
| 14 | AR_LNK1         = $(@R).$(EXT_LIB)
 | 
|---|
| 15 | AR_LNK2         = y
 | 
|---|
| 16 | _AR_LNK3        = +$(TARGET_OBJS: =&^
 | 
|---|
| 17 |  +)
 | 
|---|
| 18 | AR_LNK3         = $(_AR_LNK3:+&^
 | 
|---|
| 19 | =)
 | 
|---|
| 20 | AR_LNK4         = $(@R).lst;
 | 
|---|
| 21 | 
 | 
|---|
| 22 | IMPLIB_FLAGS    = /NOI /Nologo
 | 
|---|
| 23 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.