Skip to content

Commit f384046

Browse files
committed
fix sln generation
1 parent 99e6aee commit f384046

File tree

5 files changed

+1
-283
lines changed

5 files changed

+1
-283
lines changed

gcsdk/gcsdk_game.vpc

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ $Project "gcsdk"
8484
$File "steamextra\tier1\tsmultimempool.cpp"
8585
$File "workthreadpool.cpp"
8686
$File "webapi_response.cpp"
87-
$File "$SRCDIR\thirdparty\JSON_parser\JSON_parser.c"
8887
{
8988
$Configuration
9089
{

hammer/hammer_dll.vpc

-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ $Project "hammer_dll"
338338
$File "TitleWnd.cpp"
339339
$File "TitleWnd.h"
340340
$File "Tooldefs.h"
341-
$File "$SRCDIR\public\maya\valveMaya\Undo.h"
342341
$File "VGuiWnd.cpp"
343342
$File "VGuiWnd.h"
344343
$File "ViewerSettings.h"

utils/hlfaceposer/hlfaceposer.vpc

-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ $Project "hlfaceposer"
320320
$File "$SRCDIR\public\networkvar.h"
321321
$File "$SRCDIR\game\shared\npcevent.h"
322322
$File "$SRCDIR\public\optimize.h"
323-
$File "$SRCDIR\public\phonemeextractor\phonemeextractor.h"
324323
$File "$SRCDIR\public\phyfile.h"
325324
$File "..\common\physdll.h"
326325
$File "..\hlmv\physmesh.h"

utils/vbsp/vbsp.vpc

-4
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ $Project "Vbsp"
3636
$File "detail.cpp"
3737
$File "detailObjects.cpp"
3838
$File "$SRCDIR\public\disp_common.cpp"
39-
$File "disp_ivp.cpp"
4039
$File "$SRCDIR\public\disp_powerinfo.cpp"
4140
$File "disp_vbsp.cpp"
4241
$File "faces.cpp"
4342
$File "glfile.cpp"
44-
$File "ivp.cpp"
4543
$File "leakfile.cpp"
4644
$File "$SRCDIR\public\loadcmdline.cpp"
4745
$File "$SRCDIR\public\lumpfiles.cpp"
@@ -110,13 +108,11 @@ $Project "Vbsp"
110108
$File "$SRCDIR\public\builddisp.h"
111109
$File "$SRCDIR\public\ChunkFile.h"
112110
$File "..\common\cmdlib.h"
113-
$File "disp_ivp.h"
114111
$File "$SRCDIR\public\filesystem.h"
115112
$File "$SRCDIR\public\filesystem_helpers.h"
116113
$File "..\common\FileSystem_Tools.h"
117114
$File "$SRCDIR\public\GameBSPFile.h"
118115
$File "$SRCDIR\public\tier1\interface.h"
119-
$File "ivp.h"
120116
$File "..\common\map_shared.h"
121117
$File "..\common\pacifier.h"
122118
$File "..\common\polylib.h"

0 commit comments

Comments
 (0)