mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
Added windows steam config files
This commit is contained in:
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/win_x86/.gitignore
vendored
Normal file
4
mk/steamworks_sdk/sdk/tools/ContentBuilder/content/win_x86/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
1
mk/steamworks_sdk/sdk/tools/ContentBuilder/run_build.bat
Normal file
1
mk/steamworks_sdk/sdk/tools/ContentBuilder/run_build.bat
Normal file
@@ -0,0 +1 @@
|
||||
builder\steamcmd.exe +login megaglest_team %1 +run_app_build_http ..\scripts\megaglest_build_windows_578870.vdf +quit
|
@@ -0,0 +1,15 @@
|
||||
"appbuild"
|
||||
{
|
||||
"appid" "578870"
|
||||
"desc" "MegaGlest" // description for this build
|
||||
"buildoutput" "..\output\" // build output folder for .log, .csm & .csd files, relative to location of this file
|
||||
"contentroot" "..\content\" // root content folder, relative to location of this file
|
||||
"setlive" "" // branch to set live after successful build, non if empty
|
||||
"preview" "0" // to enable preview builds
|
||||
"local" "" // set to flie path of local content server
|
||||
|
||||
"depots"
|
||||
{
|
||||
"578872" "win_x86_build_578872.vdf"
|
||||
}
|
||||
}
|
@@ -0,0 +1,25 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "578872"
|
||||
"ContentRoot" "C:\Code\steamworks_sdk\sdk\tools\ContentBuilder\content\win_x86\"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
{
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"LocalPath" "*"
|
||||
|
||||
// This is a path relative to the install folder of your game
|
||||
"DepotPath" "."
|
||||
|
||||
// If LocalPath contains wildcards, setting this means that all
|
||||
// matching files within subdirectories of LocalPath will also
|
||||
// be included.
|
||||
"recursive" "1"
|
||||
}
|
||||
|
||||
// but exclude all symbol files
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"FileExclusion" "*.pdb"
|
||||
}
|
Reference in New Issue
Block a user