forked from Ventero/FRESteamWorks
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.bat
More file actions
12 lines (11 loc) · 663 Bytes
/
config.bat
File metadata and controls
12 lines (11 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
REM To set up your config on Windows, copy this file to config.bat and change
REM the values below accordingly. All paths must be absolute paths!
REM Path to the main AIR SDK directory, so that %AIR_SDK%\bin\adl exists.
set "AIR_SDK=D:\dev\__Air50.2.2.3"
REM Path to the FLEX SDK directory, so that %FLEX_SDK%\bin\compc exists.
REM Might be identical to AIR_SDK if you use an overlayed SDK.
set "FLEX_SDK=D:\dev\__Air50.2.2.3"
REM Path to the Steam SDK, so that %STEAM_SDK%\redistributable_bin exists.
set "STEAM_SDK=D:\dev\__Steamworks\sdk"
REM Path to the unzip binary. Only needed when building the ANE.
set "UNZIP_BIN=%ProgramFiles(x86)%\GnuWin32\bin\unzip"