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