Browse Source

fix missing header error

android
nillerusr 4 years ago
parent
commit
44ec14df66
  1. 1
      vguimatsurface/vguimatsurface.vpc

1
vguimatsurface/vguimatsurface.vpc

@ -13,6 +13,7 @@ $Configuration
{ {
$Compiler $Compiler
{ {
$AdditionalIncludeDirectories "$BASE;.\;/usr/include/freetype2/"
$PreprocessorDefinitions "$BASE;BENCHMARK;VGUIMATSURFACE_DLL_EXPORT;GAMEUI_EXPORTS;DONT_PROTECT_FILEIO_FUNCTIONS;PROTECTED_THINGS_ENABLE" $PreprocessorDefinitions "$BASE;BENCHMARK;VGUIMATSURFACE_DLL_EXPORT;GAMEUI_EXPORTS;DONT_PROTECT_FILEIO_FUNCTIONS;PROTECTED_THINGS_ENABLE"
$PreprocessorDefinitions "$BASE;fopen=dont_use_fopen" [$WIN32] $PreprocessorDefinitions "$BASE;fopen=dont_use_fopen" [$WIN32]
$EnableC++Exceptions "Yes (/EHsc)" $EnableC++Exceptions "Yes (/EHsc)"

Loading…
Cancel
Save