add late flips
[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 Binary
12 {
13 "FileMapping"
14 {
15 "LocalPath" "skaterift-clang/*"
16 "DepotPath" "."
17 "recursive" "1"
18 }
19 }
20 "2103941" // Windows Binary
21 {
22 "FileMapping"
23 {
24 "LocalPath" "skaterift-i686-w64-mingw32-gcc/*"
25 "DepotPath" "."
26 "recursive" "1"
27 }
28 }
29 "2103943" // Shared Content
30 {
31 "FileMapping"
32 {
33 "LocalPath" "skaterift-none/*"
34 "DepotPath" "."
35 "recursive" "1"
36 }
37 }
38 "2103944" // Extreme DRM solutions
39 {
40 "FileMapping"
41 {
42 "LocalPath" "DRM"
43 "DepotPath" "."
44 "recursive" "0"
45 }
46 }
47 }
48 }