Skip to content

Commit a709b1f

Browse files
committed
exclude files we aren't using
1 parent ef50268 commit a709b1f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

game/client/client_tf.vpc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -894,13 +894,13 @@ $Project "Client (TF)"
894894
}
895895
}
896896

897-
$Folder "Useful non-source files" [!$ANALYZE && !$BUILDBOT]
898-
{
899-
$File "$SRCDIR\..\game\tf\scripts\HudAnimations_tf.txt"
900-
$File "$SRCDIR\..\game\tf\resource\tf_english.txt"
901-
$File "$SRCDIR\..\game\tf\resource\ModEvents.res"
902-
$File "$SRCDIR\..\game\tf\resource\ClientScheme.res"
903-
}
897+
// $Folder "Useful non-source files" [!$ANALYZE && !$BUILDBOT]
898+
// {
899+
// $File "$SRCDIR\..\game\tf\scripts\HudAnimations_tf.txt"
900+
// $File "$SRCDIR\..\game\tf\resource\tf_english.txt"
901+
// $File "$SRCDIR\..\game\tf\resource\ModEvents.res"
902+
// $File "$SRCDIR\..\game\tf\resource\ClientScheme.res"
903+
// }
904904

905905
$Folder "Link libraries"
906906
{

vpc_scripts/groups.vgc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ $Group "game"
173173
"soundemittersystem"
174174
// "soundsystem"
175175
"sourcevr"
176-
"stdshader_dbg"
177-
"stdshader_dx6"
178-
"stdshader_dx7"
179-
"stdshader_dx8"
176+
// "stdshader_dbg"
177+
// "stdshader_dx6"
178+
// "stdshader_dx7"
179+
// "stdshader_dx8"
180180
"stdshader_dx9"
181181
"studiorender"
182182
"tier0"

0 commit comments

Comments
 (0)