blob: 2a45b43f184b58203d95c5425422730f7b6203a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
"debuginfo"
{
"SourceExeDir" "c:\sourcebeta"
"SteamAppDir" "c:\valve\SteamTestPublic\steamapps\mikedussault\counter-strike source"
"SteamApp.Cfg"
{
"text" "SteamAppID=270"
"text" "SteamAppUser=mikedussault"
"text" "MinFootprintAutoRefresh=disable"
// SteamInstallPath is added automatically by the SteamDebugHelper program.
}
// These binaries get copied up to the steam directory for debugging.
"binary" "bin\engine.dll"
"binary" "cstrike\bin\server.dll"
"binary" "cstrike\bin\client.dll"
}
|