diff options
Diffstat (limited to 'cygwin/Makefile.SHs')
-rw-r--r-- | cygwin/Makefile.SHs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index ffe4815787..dd75ccfa4f 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -53,8 +53,9 @@ $spitshell >>Makefile <<!GROK!THIS! # perlld parameters # -# this one is pretty mandatory +# these ones are mandatory DLLWRAP = 'dllwrap' +VERSION = '$version' # following are optional. WRAPDRIVER = gcc @@ -73,7 +74,7 @@ perlld: $& Makefile ${src}/cygwin/perlld.in -e s,@WRAPDRIVER@,\${WRAPDRIVER},g -e s,@DLLTOOL@,\${DLLTOOL},g \\ -e s,@AS@,\${AS},g -e s,@EXPORT_ALL@,\${EXPORT_ALL},g \\ -e s,@DEF_EXT@,\${DEF_EXT},g -e s,@EXP_EXT@,\${EXP_EXT},g \\ - -e s,@LIB_EXT@,\${LIB_EXT},g \\ + -e s,@LIB_EXT@,\${LIB_EXT},g -e s,@VERSION@,\${VERSION},g \\ ${src}/cygwin/perlld.in >perlld !GROK!THIS! |