diff options
| author | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-12-02 23:36:05 -0800 |
| commit | 8737f191f3b59f001a77bf6c08091109211c1c9f (patch) | |
| tree | dbbf05c004d9b026f2c1f23f06600fe0add82c36 /mp/src/vpc_scripts/default.vgc | |
| parent | Update .gitignore. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.tar.xz source-sdk-2013-8737f191f3b59f001a77bf6c08091109211c1c9f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mp/src/vpc_scripts/default.vgc')
| -rw-r--r-- | mp/src/vpc_scripts/default.vgc | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/mp/src/vpc_scripts/default.vgc b/mp/src/vpc_scripts/default.vgc index c4c99694..5d34d6de 100644 --- a/mp/src/vpc_scripts/default.vgc +++ b/mp/src/vpc_scripts/default.vgc @@ -1,21 +1,21 @@ -//-----------------------------------------------------------------------------
-// DEFAULT.VGC
-//
-// Configurations for all Source(TM) Projects
-//-----------------------------------------------------------------------------
-
-////////////////
-// Game Names //
-////////////////
-
-$Games
-{
- "HL2MP"
-}
-
-// Makes the VPC scripts work in the SDK's context
-$Conditional "SOURCESDK" "1"
-
-$Include "vpc_scripts\projects.vgc"
-$Include "vpc_scripts\groups.vgc"
-
+//----------------------------------------------------------------------------- +// DEFAULT.VGC +// +// Configurations for all Source(TM) Projects +//----------------------------------------------------------------------------- + +//////////////// +// Game Names // +//////////////// + +$Games +{ + "HL2MP" +} + +// Makes the VPC scripts work in the SDK's context +$Conditional "SOURCESDK" "1" + +$Include "vpc_scripts\projects.vgc" +$Include "vpc_scripts\groups.vgc" + |