Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ?tacl macro
  2. #frame
  3. #push zipfile
  4. #SET zipfile [#FILEINFO /SUBVOL/ A]
  5.  
  6. unzip -a [zipfile] *.c  -x */*
  7. == Following not required
  8. RENAME apic     apicz
  9. RENAME apihelpc apihelpz
  10. RENAME timezonc timezonz
  11.  
  12. unzip -a [zipfile] *.h -x */*
  13.  
  14. unzip -aj [zipfile] tandem/*.h
  15.  
  16. unzip -aj [zipfile] tandem/*.c
  17.  
  18. unzip -aj [zipfile] tandem/* -x tandem/*.*
  19.  
  20. #unframe
  21.