From c3b87b2e3ce107bd0843cddf3fafba86f28a2876 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 30 Aug 2003 10:12:50 +0000 Subject: [PATCH] moved compat content to formats, there will be more wx-specific formats git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/compat/README | 3 --- .../{compat => formats}/FORMATS.bkmanifest | 7 +++++++ build/bakefiles/formats/README | 5 +++++ .../wx24dsp.bkl => formats/__fake.bkl} | 18 ++++++------------ build/bakefiles/formats/wx24dsp.bkl | 19 +++++++++++++++++++ .../{compat => formats}/wx24dsp.empy | 0 6 files changed, 37 insertions(+), 15 deletions(-) delete mode 100644 build/bakefiles/compat/README rename build/bakefiles/{compat => formats}/FORMATS.bkmanifest (57%) create mode 100644 build/bakefiles/formats/README rename build/bakefiles/{compat/wx24dsp.bkl => formats/__fake.bkl} (85%) create mode 100644 build/bakefiles/formats/wx24dsp.bkl rename build/bakefiles/{compat => formats}/wx24dsp.empy (100%) diff --git a/build/bakefiles/compat/README b/build/bakefiles/compat/README deleted file mode 100644 index 219dbea6e3..0000000000 --- a/build/bakefiles/compat/README +++ /dev/null @@ -1,3 +0,0 @@ - -This is Bakefile backend that generates wx2.4-compatible VC++ project file -(src/wxWindows.dsp). diff --git a/build/bakefiles/compat/FORMATS.bkmanifest b/build/bakefiles/formats/FORMATS.bkmanifest similarity index 57% rename from build/bakefiles/compat/FORMATS.bkmanifest rename to build/bakefiles/formats/FORMATS.bkmanifest index ad0390a52c..6f7448d497 100644 --- a/build/bakefiles/compat/FORMATS.bkmanifest +++ b/build/bakefiles/formats/FORMATS.bkmanifest @@ -9,4 +9,11 @@ wxWindows.dsp + + + wxBase headers list in wx{GTK,Motif,X11}.spec + + wxWindows.dsp + + diff --git a/build/bakefiles/formats/README b/build/bakefiles/formats/README new file mode 100644 index 0000000000..d21a6a4f9b --- /dev/null +++ b/build/bakefiles/formats/README @@ -0,0 +1,5 @@ + +This directory contains misc Bakefile backends that are wxWindows-specific: + +wx24dsp - generates wx2.4-compatible VC++ project file (src/wxWindows.dsp) +rpmspec - generates part of .spec files with list of wxBase headers diff --git a/build/bakefiles/compat/wx24dsp.bkl b/build/bakefiles/formats/__fake.bkl similarity index 85% rename from build/bakefiles/compat/wx24dsp.bkl rename to build/bakefiles/formats/__fake.bkl index b5e4818a5f..7c82dd6859 100644 --- a/build/bakefiles/compat/wx24dsp.bkl +++ b/build/bakefiles/formats/__fake.bkl @@ -1,10 +1,13 @@ - + - - vc + @@ -50,14 +53,5 @@ - - - $(MONOLIB_SRC) src/msw/dummy.cpp $(OPENGL_SRC) - - - - - ALL_SOURCES,ALL_HEADERS - diff --git a/build/bakefiles/formats/wx24dsp.bkl b/build/bakefiles/formats/wx24dsp.bkl new file mode 100644 index 0000000000..955a942587 --- /dev/null +++ b/build/bakefiles/formats/wx24dsp.bkl @@ -0,0 +1,19 @@ + + + + + + + vc + + + + $(MONOLIB_SRC) src/msw/dummy.cpp $(OPENGL_SRC) + + + + + ALL_SOURCES,ALL_HEADERS + + + diff --git a/build/bakefiles/compat/wx24dsp.empy b/build/bakefiles/formats/wx24dsp.empy similarity index 100% rename from build/bakefiles/compat/wx24dsp.empy rename to build/bakefiles/formats/wx24dsp.empy -- 2.45.2