diff options
author | Jorgen Bodde <jorgb@xs4all.nl> | 2005-06-30 19:54:14 (GMT) |
---|---|---|
committer | Jorgen Bodde <jorgb@xs4all.nl> | 2005-06-30 19:54:14 (GMT) |
commit | 8c28e4e9f0b82ec96b4b68c370a8fc50333b093c (patch) | |
tree | ad8c3ff74a3ef384d0c1df3f2b2f7781b9de42bd /Source/WXDialog/about.html | |
parent | 099587c4ee40f05e99666eeab92a0357cd932a38 (diff) | |
download | CMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.zip CMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.tar.gz CMake-8c28e4e9f0b82ec96b4b68c370a8fc50333b093c.tar.bz2 |
Initial checkin new wx dialog
Diffstat (limited to 'Source/WXDialog/about.html')
-rw-r--r-- | Source/WXDialog/about.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/WXDialog/about.html b/Source/WXDialog/about.html new file mode 100644 index 0000000..52187ed --- /dev/null +++ b/Source/WXDialog/about.html @@ -0,0 +1,21 @@ +<html> +<head> +<title>CMake - CMakeSetup GUI Build System</title> +</head> + +<body> +<font color="#000080" size="+2"><em><strong>CMake - CMakeSetup GUI Build System</strong></em></font> +<p><font size="+1" face="Arial, Helvetica, sans-serif">Welcome to CMake! The cross-platform, open-source make system. + +<b>CMake</b> is used to control the software compilation process using simple platform and compiler independent configuration files. +<b>CMake</b> generates native makefiles and workspaces that can be used in the compiler environment of your choice. +Please go to <i><b>http://www.cmake.org</b></i> to learn more about CMake.<br><br> +CMakeSetup.exe is enhanced and ported to wxWidgets 2.6.0 by Jorgen Bodde (jorgb@xs4all.nl).<br> +Current CMakeSetup version is: @V@<br> +Current CMake build system is: @B@<br><br> +Current generators are supported:<br> +@G@ +</font> +</p> +</body> +</html> |