diff options
author | Ilya Zakharevich <ilya@math.ohio-state.edu> | 1996-12-18 18:30:35 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-19 16:44:00 +1200 |
commit | df3ef7a9a68db503d1aecd7cb40d5f974fa0066b (patch) | |
tree | 3bd7431c5670f1aad273881b0d060c9821758fd5 /os2/Makefile.SHs | |
parent | 055be0b80e0d5ab4109104cbf7a5f5379033e671 (diff) | |
download | perl-df3ef7a9a68db503d1aecd7cb40d5f974fa0066b.tar.gz |
OS/2 updates from Ilya
Diffstat (limited to 'os2/Makefile.SHs')
-rw-r--r-- | os2/Makefile.SHs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index b6564dffa9..6b07e72dba 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -30,6 +30,10 @@ $(AOUT_LIBPERL_DLL): perl.imp perl.dll perl5.def perl.imp: perl5.def emximp -o perl.imp perl5.def + echo 'emx_calloc emxlibcm 400 ?' >> $@ + echo 'emx_free emxlibcm 401 ?' >> $@ + echo 'emx_malloc emxlibcm 402 ?' >> $@ + echo 'emx_realloc emxlibcm 403 ?' >> $@ perl.dll: $(obj) perl5.def perl$(OBJ_EXT) $(LD) $(LDDLFLAGS) -o $@ perl$(OBJ_EXT) $(obj) $(libs) perl5.def |