mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
relative paths
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "578873"
|
||||
"ContentRoot" "/home/softcoder/Code/steamworks_sdk/sdk/tools/ContentBuilder/content/base_content"
|
||||
"ContentRoot" "../content/base_content"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "578871"
|
||||
"ContentRoot" "/home/softcoder/Code/steamworks_sdk/sdk/tools/ContentBuilder/content/linux_x64"
|
||||
"ContentRoot" "../content/linux_x64"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "578874"
|
||||
"ContentRoot" "C:\Code\steamworks_sdk\sdk\tools\ContentBuilder\content\win_x64\"
|
||||
"ContentRoot" "..\content\win_x64\"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "578872"
|
||||
"ContentRoot" "C:\Code\steamworks_sdk\sdk\tools\ContentBuilder\content\win_x86\"
|
||||
"ContentRoot" "..\content\win_x86\"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
|
Reference in New Issue
Block a user