mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
make compilation work on cygwin
This commit is contained in:
parent
995e77c30d
commit
df8aa42778
18 changed files with 40 additions and 26 deletions
|
|
@ -21,7 +21,7 @@ shared_module('fe_irc_dcc',
|
|||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_dcc,
|
||||
link_with : dl_cross_irc_dcc + dl_cross_irc_core + dl_cross_irssi_main,
|
||||
link_whole : libfe_irc_dcc_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ shared_module('fe_common_irc',
|
|||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_core,
|
||||
link_with : dl_cross_irc_core + dl_cross_irssi_main,
|
||||
link_whole : libfe_common_irc_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ shared_module('fe_irc_notifylist',
|
|||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_notifylist,
|
||||
link_with : dl_cross_irc_notifylist + dl_cross_irssi_main,
|
||||
link_whole : libfe_irc_notifylist_a)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
# this file is part of irssi
|
||||
|
||||
subdir('core')
|
||||
foreach s : chat_modules
|
||||
subdir(s)
|
||||
endforeach
|
||||
# intentionally empty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue