summary refs log tree commit diff stats
path: root/src/fe-text/fe-text.h
blob: a2bc5d758228ecc3f8788aeb0ca2a2ff6a85cd85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* HexChat
 * Copyright (C) 1998-2010 Peter Zelezny.
 * Copyright (C) 2009-2013 Berke Viktor.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

GMainLoop *main_loop;
"w"> $(TARGET) perl.def: echo EXPORTS > perl.def echo xchat_plugin_init >> perl.def echo xchat_plugin_deinit >> perl.def echo xchat_plugin_get_info >> perl.def perl.obj: perl.c $(CC) $(CFLAGS) perl.c $(GLIB) -I$(PERLPATH) -DPERL_DLL=\"$(PERLLIB).dll\" perl.c: xchat.pm.h xchat.pm.h: Xchat.pm IRC.pm perl.exe generate_header $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: @del $(TARGET) @del *.obj @del perl.def @del *.lib @del *.exp