[pangomm/use-dllexport: 13/13] Drop gendef from the sources
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/use-dllexport: 13/13] Drop gendef from the sources
- Date: Thu, 12 Mar 2020 07:11:45 +0000 (UTC)
commit 030b8525d50150558d99c3951abbf68b4480b6e3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Mar 11 18:33:44 2020 +0800
Drop gendef from the sources
Since we are now using compiler directives to export the symbols on
Visual Studio builds, we can now drop the venerable gendef tool from the
sources.
MSVC_NMake/filelist.am | 2 -
MSVC_NMake/gendef/gendef.cc | 94 -------------------------------------------
MSVC_NMake/gendef/meson.build | 9 -----
meson.build | 1 -
4 files changed, 106 deletions(-)
---
diff --git a/MSVC_NMake/filelist.am b/MSVC_NMake/filelist.am
index 50aa019..c3cee01 100644
--- a/MSVC_NMake/filelist.am
+++ b/MSVC_NMake/filelist.am
@@ -6,8 +6,6 @@ msvc_nmake_data = \
create-lists-msvc.mak \
create-lists.bat \
detectenv-msvc.mak \
- gendef/gendef.cc \
- gendef/meson.build \
generate-msvc.mak \
info-msvc.mak \
install.mak \
diff --git a/meson.build b/meson.build
index 71d1d39..76fd28a 100644
--- a/meson.build
+++ b/meson.build
@@ -245,7 +245,6 @@ if is_msvc
endif
subdir('tools/extra_defs_gen')
-subdir('MSVC_NMake/gendef')
subdir('pango')
subdir('MSVC_NMake/pangomm')
subdir('pango/pangomm')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]