mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Eliminated the copying of pdcurses.def to cygwin.def -- no longer need
to edit the makefile manually. Not tested.
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -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
2
configure
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user