forked from Ventero/FRESteamWorks
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.sh
More file actions
13 lines (12 loc) · 713 Bytes
/
config.sh
File metadata and controls
13 lines (12 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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}/FRESteamWorks-64/AirSDK"
# Path to the Steam SDK, so that $STEAM_SDK/redistributable_bin exists.
STEAM_SDK="${HOME}/FRESteamWorks-64/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"