From: Ilya Zakharevich Date: Wed, 15 Jul 1998 03:49:24 +0000 (-0400) Subject: Additional targets for OS/2 build X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53285a483ad40748b7b8acb4d49f634fe77d3170;p=p5sagit%2Fp5-mst-13.2.git Additional targets for OS/2 build Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1515 --- diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index fd3766e..8223818 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -116,6 +116,14 @@ dlfcn.h: os2/dlfcn.h perl___: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs $(SHRPENV) $(CC) $(LARGE) $(CLDFLAGS) $(CCDLFLAGS) -o perl___ perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) +# This one is compiled -Zsys, so cannot do many things: + +# Remove -Zcrtdll, add -Zsys +SYS_CLDFLAGS = -Zexe -Zomf -Zmt -Zsys -Zstack 32000 + +perl_sys: $& perlmain$(OBJ_EXT) $(LIBPERL) $(DYNALOADER) $(static_ext) ext.libs + $(SHRPENV) $(CC) $(LARGE) $(SYS_CLDFLAGS) $(CCDLFLAGS) -o perl_sys perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) $(LIBPERL) `cat ext.libs` $(libs) + installcmd : perl -e 'die qq{Give the option INSTALLCMDDIR=... to make!} if $$ARGV[0] eq ""' $(INSTALLCMDDIR) perl os2/perl2cmd.pl $(INSTALLCMDDIR) @@ -181,6 +189,14 @@ aout_install.perl: perl_ installperl aout_test: perl_ - cd t && (rm -f perl_$(EXE_EXT); $(LNS) ../perl_$(EXE_EXT) perl$(EXE_EXT)) && ./perl TEST