Fixed ManagedExtensions setting for Visual Studio
This commit is contained in:
parent
3c3063d3cd
commit
e2c3009d89
@ -4,6 +4,7 @@
|
||||
|
||||
- Added support for Apple Xcode 3
|
||||
- Changed arguments to GCC link step to fix static linking
|
||||
- Fixed ManagedExtension setting for Visual Studio
|
||||
|
||||
|
||||
-------
|
||||
|
@ -524,7 +524,7 @@
|
||||
_p('\t\t\tConfigurationType="%s"', _VS.cfgtype(cfg))
|
||||
_p('\t\t\tCharacterSet="%s"', iif(cfg.flags.Unicode, 1, 2))
|
||||
if cfg.flags.Managed then
|
||||
_p('\t\t\tManagedExtensions="true"')
|
||||
_p('\t\t\tManagedExtensions="1"')
|
||||
end
|
||||
_p('\t\t\t>')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user