Changeset 3520:be1498bb88bb in roaraudio for compbins/Makefile


Ignore:
Timestamp:
02/17/10 04:28:54 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to write DOS batch job files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compbins/Makefile

    r3506 r3520  
    99include ../Makefile.inc 
    1010 
     11.SUFFIXES: .a .r .bat 
     12 
    1113all: ${TARGETS} 
    1214        cp $(cp_v) ${TARGETS} ../lib/ 
     
    1719.a.r: 
    1820        ./ast2roar $@ $< 
     21.a.bat: 
     22        ./ast2roar --dos $@ $< 
Note: See TracChangeset for help on using the changeset viewer.