summaryrefslogtreecommitdiffstats
path: root/Modules/FindwxWindows.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵Brad King2006-07-211-202/+217
| | | | It also updates the UseWX test and WXDialog sources to use the new find script.
* ENH: contribution from Jan WoetzelBill Hoffman2006-01-121-191/+469
|
* ENH: cleanupsKen Martin2005-12-151-20/+12
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-135/+129
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-1/+1
|
* BUG: fix bad if statementsBill Hoffman2004-04-221-2/+2
|
* ENH: fix for mingwBill Hoffman2004-04-211-405/+414
|
* ERR: If WX_CONFIG_LIBS are , then you get weird cmake error. This should fix itAndy Cedilnik2003-08-211-1/+1
|
* made a minor bugfix on my FindwxWindows.cmake.Andy Cedilnik2003-07-311-3/+5
| | | | | | I capsulated the regular expression matching for the libdrs with another IF (line 355). By: Jan Woetzel
* ENH: Improved find module. Thank you Jan WoetzelAndy Cedilnik2003-07-291-75/+403
|
* Change prioritiesAndy Cedilnik2002-11-251-2/+2
|
* Add some search pathsAndy Cedilnik2002-10-091-1/+1
|
* Fix commentsAndy Cedilnik2002-09-231-3/+3
|
* Fix find wxWindowsAndy Cedilnik2002-09-191-3/+3
|
* Improve searching for wxWindowsAndy Cedilnik2002-09-191-13/+20
|
* FIX:Sebastien Barre2002-08-091-9/+15
| | | | | | - WINDOWS does not exist, use WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), - fix an un-closed IF, - use same prefix for vars (and make it advanced)
* This hopefully finds wxWindows on UNIXAndy Cedilnik2002-08-091-3/+17
|
* Add UNIX support for WXWINDOWSAndy Cedilnik2002-08-081-20/+29
|
* ENH: first stab at wxWindows support (win32)Sebastien Barre2002-08-081-0/+39