Eliminated the copying of pdcurses.def to cygwin.def -- no longer need

to edit the makefile manually. Not tested.
This commit is contained in:
William McBrine
2007-06-18 02:38:06 +00:00
parent 26dd436897
commit f2ee1b571d
3 changed files with 2 additions and 3 deletions

2
aclocal.m4 vendored
View File

@@ -442,7 +442,7 @@ case "$target" in
DYN_COMP="-DDYNAMIC"
# Only for Rexx/Trans do we produce an import library for the DLL we are
# building
LD_RXLIB1="dllwrap --def ./cygwin.def --target i386-cygwin32 --dllname \$(@)"
LD_RXLIB1="dllwrap --def \$(srcdir)/../win32/pdcurses.def --target i386-cygwin32 --dllname \$(@)"
LD_RXTRANSLIB1="dllwrap --def \$(srcdir)/\$(basename \$(@))w32.def --output-lib lib\$(basename \$(@)).a --target i386-cygwin32 --dllname \$(@)"
# cygwininstall target MUST install the shared library itself because
# it puts it into $(bindir) not $(libdir) as all other platforms

2
configure vendored
View File

@@ -5372,7 +5372,7 @@ case "$target" in
DYN_COMP="-DDYNAMIC"
# Only for Rexx/Trans do we produce an import library for the DLL we are
# building
LD_RXLIB1="dllwrap --def ./cygwin.def --target i386-cygwin32 --dllname \$(@)"
LD_RXLIB1="dllwrap --def \$(srcdir)/../win32/pdcurses.def --target i386-cygwin32 --dllname \$(@)"
LD_RXTRANSLIB1="dllwrap --def \$(srcdir)/\$(basename \$(@))w32.def --output-lib lib\$(basename \$(@)).a --target i386-cygwin32 --dllname \$(@)"
# cygwininstall target MUST install the shared library itself because
# it puts it into $(bindir) not $(libdir) as all other platforms

View File

@@ -88,7 +88,6 @@ $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-$(RANLIB) $@
$(SHLPRE)$(SHLFILE)$(SHLPST) : $(SHOFILES)
# cp $(srcdir)/../win32/pdcurses.def ./cygwin.def
$(LD_RXLIB1) $(RXPACKEXPORTS) -o $@ $(SHOFILES) $(LD_RXLIB2)
$(LIBOBJS) $(PDCOBJS) $(SHOFILES) : $(PDCURSES_HEADERS)