Migrated solution and projects to Visual Studio 2012.
Corrected references and folders. Removed XBOX references. Added a manually managed version.h as VS does not support autoconf macros. Check if VS is in use to point to this version.h gitignore for VS files. Removed nonexistant files from VS projects. DOES NOT YET COMPILE
This commit is contained in:
@@ -31,7 +31,11 @@
|
||||
*/
|
||||
#define CDIO_API_VERSION 6
|
||||
|
||||
#include <cdio/version.h>
|
||||
#if defined (_MSC_VER) || defined (_XBOX)
|
||||
#include <cdio/msvc/version.h>
|
||||
#else
|
||||
#include <cdio/version.h>
|
||||
#endif
|
||||
#include <cdio/types.h>
|
||||
#include <cdio/sector.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user