remove shaderlib from client vpc, not needed. linux client links now woo

This commit is contained in:
Dexter 2014-03-18 06:40:44 +00:00 committed by squeek
parent 6c75a90911
commit abe53af10b

View file

@ -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
//}
}
}