summaryrefslogtreecommitdiff
path: root/cmake/modules/FindLEX.cmake
AgeCommit message (Collapse)AuthorFilesLines
2014-08-07Win flex-bison and Chocolatey updates.Gerald Combs1-9/+3
Chocolatey's latest winflexbison package is usable. Update config.nmake, FindLEX.cmake, and FindYACC.cmake accordingly. Rename CHOCOLATEY_INSTALL_PATH to CHOCOLATEY_BIN_PATH since that's what we're finding. Change-Id: I39973fba0531b3f7a1315ca010a8bd70581db3fb Reviewed-on: https://code.wireshark.org/review/3479 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-16Look for win_flex and win_bison.Gerald Combs1-0/+1
svn path=/trunk/; revision=54830
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs1-0/+8
Add Windows-style path handling to runlex.sh. Update the example Chocolatey LEX path accordingly. This lets us use path information in LEX and have it work in both nmake and runlex.sh Add a FindChocolatey.cmake module. Update FindLEX and FindYACC to use it. The code is currently untested and commented out. svn path=/trunk/; revision=54828
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-1/+1
runlex.sh (like it is done with LEX already). May fix a problem on Windows with cmake. svn path=/trunk/; revision=53059
2013-10-04Make runlex.sh work on WindowsJörg Mayer1-1/+1
svn path=/trunk/; revision=52373
2013-10-04Looks like we have problems invoking shell scripts fromJörg Mayer1-2/+1
cmake on windows - so explicitely run the shell with the script as argument svn path=/trunk/; revision=52372
2010-11-15cmake stuff:Jörg Mayer1-0/+1
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer1-13/+3
Make compile flag detection work (needed some not so nice hacks). svn path=/trunk/; revision=30129
2009-09-23- Add $Id: $ tagsJörg Mayer1-0/+3
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) svn path=/trunk/; revision=30104
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer1-4/+3
That's what the packages are for, so instead of creating WSWIN32, the stuff should probably go into the GLIB2 package. - libwireshark now compiles - no time to add linking with it until tonight svn path=/trunk/; revision=29756
2009-08-30Fix PATH typo. Should have been PATHSKovarththanan Rajaratnam1-12/+11
svn path=/trunk/; revision=29620
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-16/+18
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
2009-06-15CMake now successfully builds dumpcapJörg Mayer1-5/+4
svn path=/trunk/; revision=28745
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-18/+19
few mistakes that I made earlier. Current status: dumpcap still doesn't build Next step: Add a ylwrap like workaround for flex misbehaviour. svn path=/trunk/; revision=28518
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-4/+39
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06cmake/Jörg Mayer1-0/+20
Add some more (hackish) tests. Add a LICENSE file until I find the time to add it to all files individually. CMakeLists.txt Add some addiotional stuff regarding options. Add (non-working) code to generate config.h Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 svn path=/trunk/; revision=19168