| 
            Last change
 on this file since 421 was             409, checked in by arnault, 19 years ago           | 
        
        
          | 
             
First installation in SVN 
 
Fix a bug in check_newer 
CL 5 
 
           | 
        
        
          | 
            File size:
            571 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | package cmtcvs
 | 
|---|
| 2 | 
 | 
|---|
| 3 | macro cmtsourcedir "${CMTROOT}/source" \
 | 
|---|
| 4 |       WIN32        "${CMTROOT}\source"
 | 
|---|
| 5 | 
 | 
|---|
| 6 | include_dirs $(cmtsourcedir)
 | 
|---|
| 7 | 
 | 
|---|
| 8 | application cmtcvs cmtcvs.cxx \
 | 
|---|
| 9 |   -s=$(cmtsourcedir) cmt_string.cxx cmt_system.cxx cmt_awk.cxx cmt_regexp.cxx cmt_error.cxx
 | 
|---|
| 10 | 
 | 
|---|
| 11 | macro h "\#"
 | 
|---|
| 12 | macro q '"'
 | 
|---|
| 13 | 
 | 
|---|
| 14 | macro_append cppflags "" \
 | 
|---|
| 15 |              Unix ' -O2 -Wno-deprecated -DVERSION=$(q)V(v1r1)$(q)' \
 | 
|---|
| 16 |              WIN32 ' /DVERSION=$(q)V(v1r1)$(q)'
 | 
|---|
| 17 | 
 | 
|---|
| 18 | macro_append cpplink "-static" VisualC " advapi32.lib "
 | 
|---|
| 19 | 
 | 
|---|
| 20 | make_fragment exporter -header=exporter_header
 | 
|---|
| 21 | 
 | 
|---|
| 22 | document exporter do_export -group=Export
 | 
|---|
| 23 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.