提交 215a1b2a authored 作者: Anthony Minessale's avatar Anthony Minessale

fix perlxsi broken by changes to allow icc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@988 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4a2c9a5e
...@@ -16,10 +16,7 @@ all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) fs_perl.$(DYNAMIC_LIB_EXTEN) ...@@ -16,10 +16,7 @@ all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) fs_perl.$(DYNAMIC_LIB_EXTEN)
|| ((echo Sorry, you need to compile perl with threads and multiplicity.&& exit 1)) || ((echo Sorry, you need to compile perl with threads and multiplicity.&& exit 1))
@touch .perlok @touch .perlok
perlxsi.c: .perlok depends:
perl -MExtUtils::Embed -e xsinit
depends: perlxsi.c
%.o: %.c %.o: %.c
$(CC) $(CFLAGS) -fPIC -c $< -o $@ $(CC) $(CFLAGS) -fPIC -c $< -o $@
......
#ifdef __ICC
#pragma warning (disable:1419)
#endif
#include <EXTERN.h> #include <EXTERN.h>
#include <perl.h> #include <perl.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论