Logo
Explore Help
Sign In
luc14n0/glib
1
0
Fork 0
You've already forked glib
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-11 19:54:05 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
0a280dadec8394dd198c8cea0bc288d92c9c6ffd
glib/gobject/marshal-genstrings.pl

10 lines
162 B
Perl
Raw Normal View History

Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 Alexander Larsson <alexl@redhat.com> * win32-fixup.pl: Hacky script to fix up your .msc.in files on windows. Dunno if this is a good solution yet. * build/win32/module.defs: Back down libiconv version to 1.3, since that is what tor distributes. * glib/glib.def: Update * gobject/makefile.msc.in: build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines. * gobject/marshal-genstrings.pl: New file. perl script to generate gmarshal.strings.
2001-08-04 15:49:55 +00:00
#!/usr/bin/perl
open (List, "gmarshal.list");
while (<List>) {
next unless /^[A-Z]/;
s/^/"g_cclosure_marshal_/; s/:/__/; s/,/_/g; s/$/",/;
print;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 151ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API