Am Samstag 03 Juli 2010 schrieb Joost Verburg:
> On 7/2/2010 9:08 PM, Uwe Stöhr wrote:
> > Hi Joost,
> > 
> > Where can I specify this option?
> > I cannot find any further documentation of this new compilation option.
> > Where do we document them?
> > 
> > thanks and regards
> > Uwe
> 
> Compiling LyX as a GUI app can be done with CMake using the noconsole
> option.
> 
> Regards Joost

How about making it really an cmake-option? It should displays on the cmake-gui 
too.
Don't know if it makes any differences on windows though.

        Kornel
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(Revision 34750)
+++ CMakeLists.txt	(Arbeitskopie)
@@ -280,6 +280,7 @@
 set(all)
 
 if(WIN32)
+        option(noconsole "Compile LyX as a GUI" OFF)
 	if(noconsole)
 		set(noconsole TRUE CACHE TYPE STRING)
 		set(WIN32_CONSOLE WIN32)

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to