* SConstruct: remove xforms relicts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14417 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-07-10 19:40:55 +00:00
parent 03c97c2f3c
commit 94d5cd6c67

View File

@ -122,7 +122,7 @@ opts = Options(['config.py'])
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 @@ env.AppendUnique(LIBPATH = ['$LOCALLIBPATH'])
# 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