home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Mag / Programming Expert / Code.exe / Code / helloworld / config_build.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2007-10-29  |  169 b   |  10 lines

  1. #!/bin/bash
  2. # Build config for build.sh
  3. APP_NAME=helloworld
  4. CHROME_PROVIDERS="content locale skin"
  5. CLEAN_UP=1
  6. ROOT_FILES=
  7. ROOT_DIRS=
  8. BEFORE_BUILD=
  9. AFTER_BUILD=
  10.