More changes to have a complete MSYS2 version
Extended the copy script, did a deep dependency research and modified installed libraries
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# GdkPixbuf Image Loader Modules file
|
||||
# Automatically generated file, do not edit
|
||||
# Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.31.1
|
||||
# Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.35.4
|
||||
#
|
||||
# dynamic loading of modules not supported
|
||||
# LoaderDir = C:\Development\msys64\mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders
|
||||
#
|
||||
"C:/Development/msys64/mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll"
|
||||
"svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
|
||||
"image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml-svg" "image/svg+xml-compressed" ""
|
||||
"svg" "svgz" "svg.gz" ""
|
||||
" <svg" "* " 100
|
||||
" <!DOCTYPE svg" "* " 100
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
# GTK+ Input Method Modules file
|
||||
# Automatically generated file, do not edit
|
||||
# Created by C:\Development\msys64\mingw64\bin\gtk-query-immodules-2.0.exe from gtk+-2.24.28
|
||||
#
|
||||
# ModulesPath = C:\Development\msys64\home\peter\.gtk-2.0\2.10.0\x86_64-w64-mingw32\immodules;C:\Development\msys64\home\peter\.gtk-2.0\2.10.0\immodules;C:\Development\msys64\home\peter\.gtk-2.0\x86_64-w64-mingw32\immodules;C:\Development\msys64\home\peter\.gtk-2.0\immodules;C:\Development\msys64\mingw64\lib\gtk-2.0\2.10.0\x86_64-w64-mingw32\immodules;C:\Development\msys64\mingw64\lib\gtk-2.0\2.10.0\immodules;C:\Development\msys64\mingw64\lib\gtk-2.0\x86_64-w64-mingw32\immodules;C:\Development\msys64\mingw64\lib\gtk-2.0\immodules
|
||||
#
|
||||
@@ -0,0 +1,34 @@
|
||||
/* gdkconfig.h
|
||||
*
|
||||
* This is a generated file. Please modify `configure.in'
|
||||
*/
|
||||
|
||||
#ifndef GDKCONFIG_H
|
||||
#define GDKCONFIG_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#ifndef GSEAL
|
||||
/* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */
|
||||
# ifdef GSEAL_ENABLE
|
||||
# define GSEAL(ident) _g_sealed__ ## ident
|
||||
# else
|
||||
# define GSEAL(ident) ident
|
||||
# endif
|
||||
#endif /* !GSEAL */
|
||||
|
||||
|
||||
#define GDK_NATIVE_WINDOW_POINTER
|
||||
|
||||
#define GDK_WINDOWING_WIN32
|
||||
|
||||
#define GDK_HAVE_WCHAR_H 1
|
||||
#define GDK_HAVE_WCTYPE_H 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* GDKCONFIG_H */
|
||||
Binary file not shown.
Reference in New Issue
Block a user