This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] unifdef 1.0+20030701 -- Remove #ifdef lines from source files


Included in Debian stable:

    http://packages.debian.org/unifdef

Jari

sdesc: "Remove #ifdef lines from source files"
ldesc: "Program selectively processes conditional C/C++ directives. It removes
from a file both the directives and any additional text that they
specify should be removed, while otherwise leaving the file alone."
category: Devel
requires: cygwin

a) manual

  mkdir unifdef
  cd unifdef
  wget \
    http://cygwin.cante.net/unifdef/unifdef-1.0+20030701-1-src.tar.bz2 \
    http://cygwin.cante.net/unifdef/unifdef-1.0+20030701-1.tar.bz2 \
    http://cygwin.cante.net/unifdef/setup.hint
  tar -xf unifdef-1.0+20030701-1-src.tar.bz2
  ./unifdef*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir unifdef ; cd unifdef
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/unifdef/get.sh \
          http://cygwin.cante.net/unifdef/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]