Add vc9 project.

This commit is contained in:
castano
2010-08-26 17:31:27 +00:00
parent 2e0300fbb6
commit 9ce42ecfa4
40 changed files with 6868 additions and 0 deletions

16
project/vc9/nvconfig.h Normal file
View File

@ -0,0 +1,16 @@
#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(_M_X64)
#define HAVE_PNG
#define HAVE_JPEG
//#define HAVE_TIFF
#endif
#endif // NV_CONFIG