forked from waveofthought-code/FRESteamWorks
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.sh
16 lines (15 loc) · 841 Bytes
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# To set up your config on OS X or Linux, copy this file to config.sh and
# change the values below accordingly. All paths must be absolute paths!
# On Linux, remember to wrap all variables in ${}, so that they can
# be used in the Makefile.
# Path to the main AIR SDK directory, so that $AIR_SDK/bin/adt exists.
AIR_SDK="${HOME}/SDKS/AIRSDK"
# Path to the Flex SDK, so that $FLEX_SDK/bin/compc exists.
# Might be identical to AIR_SDK if you use an overlayed SDK.
FLEX_SDK="${HOME}/SDKS/AIRSDK"
# Path to the Steam SDK, so that $STEAM_SDK/redistributable_bin exists.
STEAM_SDK="${HOME}/SDKS/SteamSDK"
# FTP path to upload the built binaries to when running builds/build.sh.
# Version number gets appended to the path. Binaries will not be uploaded
# if left commented or set to an empty value.
#UPLOAD_URL="ftp://example.org/FRESteamWorks"