Re: [Doxygen-develop] .l and .cpp
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2004-11-30 10:13:03
|
On Tue, 30 Nov 2004 11:06:50 +0100, Antoine Tandin <at...@ko...> wrote: > > > > How do I generate .cpp files from .l files with MicrosoftVisual C ? > Get a windows version of flex (see for instance http://unxutils.sourceforge.net/) and use it in the same way as is done in the makefiles (from the command line you should be able to use "make.bat msvc" to compile doxygen). Regards, Dimitri |