Skip to content

Commit 98927df

Browse files
committed
fix last case issues for linux build
1 parent 8591cf6 commit 98927df

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/materialsystem/stdshaders/DecalModulate_dx9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "BaseVSShader.h"
1010
#include "cpp_shader_constant_register_map.h"
1111

12-
#include "VertexLit_and_unlit_Generic_vs30.inc"
12+
#include "vertexlit_and_unlit_generic_vs30.inc"
1313
#include "decalmodulate_ps30.inc"
1414

1515
// memdbgon must be the last include file in a .cpp file!!!

src/materialsystem/stdshaders/Engine_Post_dx9.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "BaseVSShader.h"
99

1010
#include "screenspaceeffect_vs30.inc"
11-
#include "engine_post_ps30.inc"
11+
#include "Engine_Post_ps30.inc"
1212

1313
#include "../materialsystem_global.h"
1414

src/materialsystem/stdshaders/TreeLeaf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#include "BaseVSShader.h"
1010

11-
#include "treeleaf_vs30.inc"
12-
#include "treeleaf_ps30.inc"
11+
#include "TreeLeaf_vs30.inc"
12+
#include "TreeLeaf_ps30.inc"
1313

1414
BEGIN_VS_SHADER_FLAGS( TreeLeaf, "Help for TreeLeaf", SHADER_NOT_EDITABLE )
1515

src/materialsystem/stdshaders/refract_dx9_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "refract_dx9_helper.h"
1010
#include "convar.h"
1111
#include "Refract_vs30.inc"
12-
#include "Refract_ps30.inc"
12+
#include "refract_ps30.inc"
1313
#include "cpp_shader_constant_register_map.h"
1414

1515
#define MAXBLUR 1

src/materialsystem/stdshaders/water.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "WaterCheap_vs30.inc"
1414
#include "WaterCheap_ps30.inc"
1515
#include "Water_vs30.inc"
16-
#include "Water_ps30.inc"
16+
#include "water_ps30.inc"
1717

1818
#ifndef _X360
1919
static ConVar r_waterforceexpensive( "r_waterforceexpensive", "0", FCVAR_ARCHIVE );

src/materialsystem/stdshaders/worldtwotextureblend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "convar.h"
1212

1313
#include "lightmappedgeneric_vs30.inc"
14-
#include "WorldTwoTextureBlend_ps30.inc"
14+
#include "worldtwotextureblend_ps30.inc"
1515

1616
// memdbgon must be the last include file in a .cpp file!!!
1717
#include "tier0/memdbgon.h"

src/materialsystem/stdshaders/worldvertexalpha.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "BaseVSShader.h"
1010

1111
#include "WorldVertexAlpha.inc"
12-
#include "worldvertexalpha_ps30.inc"
12+
#include "WorldVertexAlpha_ps30.inc"
1313

1414
BEGIN_VS_SHADER( WorldVertexAlpha,
1515
"Help for WorldVertexAlpha" )

0 commit comments

Comments
 (0)