#!/bin/bash

# Define the path for civicrm source directory here
CIVIROOT=

## Define the path for extension source directory here
EXTROOT=

# set your PHP5 bin dir path here, if it's not in PATH
# The path should be terminated with dir separator!
PHP5PATH=

# GenCode produces localized data files for all known
# locales. This is good for stable-releases but
# cumbersome during development. To speed it up,
# list the desired locales.
# export CIVICRM_LOCALES=en_US,fr_FR
