Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and
glib_pre2.h. This eliminates the need to install glibconfig.h in $(includedir) and fixes some builddir != srcdir when compiling multiple archatecture types from the same source code. -Jay
This commit is contained in:
4
glib/makeglib_h
Executable file
4
glib/makeglib_h
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
cat $1
|
||||
cat $2
|
||||
cat $3
|
||||
Reference in New Issue
Block a user