From 34969cf15eca97d8b24764ae725d1125b6e820be Mon Sep 17 00:00:00 2001 From: Patrick Gansterer Date: Mon, 5 Aug 2013 21:23:13 +0200 Subject: Fix setting of the entry point symbol for Windows CE (#14088) Set the EntryPointSymbol only when it has not been set before and use the correct symbol depending on the usage of Unicode. --- Source/cmLocalVisualStudio7Generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmLocalVisualStudio7Generator.h') diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index d9e2ef0dd4..92e4d3c12c 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -90,7 +90,7 @@ private: void OutputTargetRules(std::ostream& fout, const char* configName, cmTarget &target, const char *libName); void OutputBuildTool(std::ostream& fout, const char* configName, - cmTarget& t, bool debug); + cmTarget& t, const Options& targetOptions); void OutputLibraryDirectories(std::ostream& fout, std::vector const& dirs); void WriteProjectSCC(std::ostream& fout, cmTarget& target); -- cgit v1.2.1