Merge changes from The Witness.
This commit is contained in:
@ -7,15 +7,15 @@
|
||||
//#cmakedefine HAVE_EXECINFO_H
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
#if !defined(_DEBUG)
|
||||
#if defined(_OPENMP)
|
||||
#define HAVE_OPENMP
|
||||
#endif
|
||||
|
||||
#if !defined(_M_X64)
|
||||
/*#if !defined(_M_X64)
|
||||
//#define HAVE_FREEIMAGE
|
||||
#define HAVE_PNG
|
||||
#define HAVE_JPEG
|
||||
#define HAVE_TIFF
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
#endif // NV_CONFIG
|
||||
|
@ -312,10 +312,6 @@
|
||||
RelativePath="..\..\..\src\nvcore\FileSystem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\nvcore\HashMap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\nvcore\Library.cpp"
|
||||
>
|
||||
|
@ -217,7 +217,7 @@
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="2"
|
||||
OpenMP="true"
|
||||
OpenMP="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
@ -304,7 +304,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;HAVE_CUDA;__SSE2__;__SSE__;__MMX__"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
OpenMP="true"
|
||||
OpenMP="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
|
Reference in New Issue
Block a user