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