summaryrefslogtreecommitdiff
path: root/Source/cmAddExecutableCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-28 13:40:58 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-28 13:40:58 -0400
commite34c83540dd324c42c5627e96b8f05b2f79aadb3 (patch)
tree4da5089ac6dcf776a0284acbc1746ab3f0ba25e3 /Source/cmAddExecutableCommand.h
parenta6b60841dbc56b896380435e4e190cbdc6e1a25a (diff)
downloadcmake-e34c83540dd324c42c5627e96b8f05b2f79aadb3.tar.gz
BUG: fix for bug 121 add some docs for MFC flag
Diffstat (limited to 'Source/cmAddExecutableCommand.h')
-rw-r--r--Source/cmAddExecutableCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmAddExecutableCommand.h b/Source/cmAddExecutableCommand.h
index cb8bb6fa92..a3fe568058 100644
--- a/Source/cmAddExecutableCommand.h
+++ b/Source/cmAddExecutableCommand.h
@@ -69,6 +69,11 @@ public:
"After specifying the executable name, WIN32 and/or MACOSX_BUNDLE can "
"be specified. WIN32 indicates that the executable (when compiled on "
"windows) is a windows app (using WinMain) not a console app (using main). "
+ "The variable CMAKE_MFC_FLAG be used if the windows app uses MFC. "
+ "This variable can be set to the following values:\n"
+ " 0: Use Standard Windows Libraries\n"
+ " 1: Use MFC in a Static Library \n"
+ " 2: Use MFC in a Shared DLL \n"
"MACOSX_BUNDLE indicates that when build on Mac OSX, executable should "
"be in the bundle form. The MACOSX_BUNDLE also allows several variables "
"to be specified:\n"