mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-09 23:01:50 +00:00
remove shaderlib from client vpc, not needed. linux client links now woo
This commit is contained in:
parent
6c75a90911
commit
abe53af10b
1 changed files with 6 additions and 6 deletions
|
@ -106,17 +106,17 @@ $Project "Client (FF)"
|
|||
//$File "$SRCDIR\game\client\ShaderEditor\Grass\CGrassCluster.h"
|
||||
}
|
||||
|
||||
$Folder "Implementation Files" // [$WIN32]
|
||||
$Folder "Implementation Files"
|
||||
{
|
||||
$File "$SRCDIR\game\client\ShaderEditor\ShaderEditorSystem.cpp"
|
||||
$File "$SRCDIR\game\client\ShaderEditor\SEdit_ModelRender.cpp"
|
||||
//$File "$SRCDIR\game\client\ShaderEditor\Grass\CGrassCluster.cpp"
|
||||
}
|
||||
}
|
||||
$Folder "Shader Libraries"
|
||||
{
|
||||
$Lib mathlib
|
||||
$Lib shaderlib
|
||||
}
|
||||
//$Folder "Shader Libraries"
|
||||
//{
|
||||
// $Lib mathlib
|
||||
// $Lib shaderlib
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue