Add vc12 solution.

This commit is contained in:
castano@gmail.com
2014-09-23 17:39:36 +00:00
parent 6e69560969
commit 3f0bffaadf
57 changed files with 5450 additions and 0 deletions

22
project/vc12/nvconfig.h Normal file
View File

@ -0,0 +1,22 @@
#ifndef NV_CONFIG
#define NV_CONFIG
//#cmakedefine HAVE_UNISTD_H
#define HAVE_STDARG_H
//#cmakedefine HAVE_SIGNAL_H
//#cmakedefine HAVE_EXECINFO_H
#define HAVE_MALLOC_H
#if defined(_OPENMP)
#define HAVE_OPENMP
#endif
#define HAVE_STBIMAGE
/*#if !defined(_M_X64)
//#define HAVE_FREEIMAGE
#define HAVE_PNG
#define HAVE_JPEG
#define HAVE_TIFF
#endif*/
#endif // NV_CONFIG