Add vc10 project.

This commit is contained in:
castano
2012-02-21 23:55:25 +00:00
parent 21af952fec
commit d252888850
47 changed files with 4727 additions and 0 deletions

22
project/vc10/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