mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +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
|
|
@ -1,12 +1,13 @@
|
|||
# this file is part of irssi
|
||||
|
||||
executable('botti',
|
||||
fe_none_irssi = executable('botti',
|
||||
files(
|
||||
'irssi.c',
|
||||
),
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
export_dynamic : true,
|
||||
implib : true,
|
||||
link_with : [
|
||||
libconfig_a,
|
||||
libcore_a,
|
||||
|
|
@ -14,6 +15,9 @@ executable('botti',
|
|||
install : true,
|
||||
dependencies : dep
|
||||
)
|
||||
if need_dl_cross_link_main
|
||||
dl_cross_irssi_main = [ fe_none_irssi ]
|
||||
endif
|
||||
|
||||
# noinst_headers = files(
|
||||
# 'module.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue