clear runs when respawning
[carveJwlIkooP6JGAAIwe30JlM.git] / steam_build_script.vdf
1 "AppBuild"
2 {
3 "AppID" "2103940"
4 "Desc" "SR Multi-build"
5
6 "ContentRoot" "/home/harry/Documents/carve/dist/bin/"
7 "BuildOutput" "dist/steam_cache"
8
9 "Depots"
10 {
11 "2103942" // Linux depot
12 {
13 "FileMapping"
14 {
15 "LocalPath" "skaterift-clang/*"
16 "DepotPath" "."
17 "recursive" "1"
18 }
19 }
20 "2103941" // Windoes
21 {
22 "FileMapping"
23 {
24 "LocalPath" "skaterift-i686-w64-mingw32-gcc/*"
25 "DepotPath" "."
26 "recursive" "1"
27 }
28 }
29 }
30 }