mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
VS : Support WIN32_EXECUTABLE on SDK style projects
This commit is contained in:
@@ -955,7 +955,11 @@ void cmVisualStudio10TargetGenerator::WriteSdkStyleProjectFile(
|
||||
"executables."));
|
||||
return;
|
||||
}
|
||||
outputType = "Exe";
|
||||
if (cmIsOn(win32)) {
|
||||
outputType = "WinExe";
|
||||
} else {
|
||||
outputType = "Exe";
|
||||
}
|
||||
} break;
|
||||
case cmStateEnums::UTILITY:
|
||||
case cmStateEnums::INTERFACE_LIBRARY:
|
||||
|
||||
Reference in New Issue
Block a user