Subject says it all.

Michael

Index: SConstruct
===================================================================
--- SConstruct  (Revision 14416)
+++ SConstruct  (Arbeitskopie)
@@ -122,7 +122,7 @@
opts.AddOptions(
    # frontend
    EnumOption('frontend', 'Main GUI', default_frontend,
-        allowed_values = ('xform', 'qt2', 'qt3', 'qt4', 'gtk') ),
+        allowed_values = ('qt2', 'qt3', 'qt4', 'gtk') ),
    # debug or release build
    EnumOption('mode', 'Building method', default_build_mode,
        allowed_values = ('debug', 'release') ),
@@ -366,10 +366,6 @@
#       PACKAGE_VERSION
#     src/version.C.in
#       PACKAGE_VERSION, VERSION_INFO
-#     src/frontends/xforms/lyx_xpm.h.in
-#       XPM_H_LOCATION
-#     src/frontends/xforms/lyx_forms.h.in
-#       FORMS_H_LOCATION

# full path name is used to build msvs project files
# and to replace TOP_SRCDIR in package.C

Reply via email to