Skip to content

Commit

Permalink
CREATE_PROJECT: Add scummvm core project to list of coroutine project…
Browse files Browse the repository at this point in the history
…s to fix MSVC 10 compilation
  • Loading branch information
dreammaster committed Apr 25, 2013
1 parent 41e02ba commit a39680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/config.h
Expand Up @@ -29,7 +29,7 @@
#define REVISION_DEFINE "SCUMMVM_INTERNAL_REVISION"

#define ENABLE_LANGUAGE_EXTENSIONS "" // Comma separated list of projects that need language extensions
#define DISABLE_EDIT_AND_CONTINUE "tinsel,tony" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)
#define DISABLE_EDIT_AND_CONTINUE "tinsel,tony,scummvm" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)

//#define ADDITIONAL_LIBRARY "" // Add a single library to the list of externally linked libraries
#define NEEDS_RTTI 0 // Enable RTTI globally
Expand Down

0 comments on commit a39680e

Please sign in to comment.