This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-16 13:40:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fdb3cc94f6
gtk
/
build
/
Makefile.am
6 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
Need to include Makefile.decl in the new Makefile.am files Otherwise make check breaks.
2010-04-12 20:47:52 +00:00
i
n
c
l
u
d
e
$(
top_srcdir
)
/
M
a
k
e
f
i
l
e
.
d
e
c
l
MSVC builds: Update how introspection builds are done This first adds a common autotools module that can be included by the Makefile.am's to generate the file lists and the g-ir-scanner/ g-ir-compiler command lines to build the introspection files. The autotools files for gdk/ and gtk/ are then updated to generate the full file lists needed to build the introspection files, with the full command lines for g-ir-scanner and g-ir-compiler as NMake Makefile modules that can be used to build the introspection files for Visual Studio builds. https://bugzilla.gnome.org/show_bug.cgi?id=765195
2015-09-08 06:14:46 +00:00
SUBDIRS
=
win32
MSVC Builds: Rework Introspection Build The current approach of building the introspection files for GTK works, but is often cumbersome as one needs to set many environmental variables before launching a solution file, which runs a Windows batch script to generate the .gir/.typelib files. It was also possible to hand-run the batch script from the Visual Studio command prompt, but even more environmental variables need to be set. This changes the approach to build the introspection files using an NMake Makefile (but elimating from the Visual Studio Project Files the part to build the introspection files) to: -Make it clearer to the person building the introspection files what environmental variables are needed, specifically for PKG_CONFIG_PATH and MINGWDIR and CFG (formerly CONF). Setting stuff like VSVER, PLAT and BASEDIR is no longer required, which was a bit clunky. -Allows some more easier flexibility on the build of the intropsection files.
2014-01-13 08:05:00 +00:00
Add git.mk to more places
2013-01-24 22:35:30 +00:00
-
i
n
c
l
u
d
e
$(
top_srcdir
)
/
g
i
t
.
m
k
Reference in New Issue
Copy Permalink