summary refs log blame commit diff stats
path: root/plugins/checksum/meson.build
blob: 25835457b690362b4ed5a27f68e31d28e185da4f (plain) (tree)
1
2
3
4
5
6





                                                 
shared_module('checksum', 'checksum.c',
  dependencies: [libgio_dep, hexchat_plugin_dep],
  install: true,
  install_dir: plugindir,
  name_prefix: '',
)
class="w"> 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.. -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