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-19 23:28:54 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
29307b4e41d36bfbc73f3c6405d6ccdfbf1f87e6
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.5 Page: 332ms Template: 5ms
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