# New Ticket Created by  Reini Urban 
# Please include the string:  [perl #56562]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56562 >


config/gen/makefiles/root.in: add the cygwin importlib to please
-lparrot in packaged version.
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/
2008-07-03 13:44:35 rurban

	* config/gen/makefiles/root.in: add the cygwin importlib to please
	-lparrot in packaged version.

--- origsrc/parrot-0.6.3/config/gen/makefiles/root.in	2008-06-16 13:06:01.000000000 +0000
+++ src/parrot-0.6.3/config/gen/makefiles/root.in	2008-07-03 11:40:14.171875000 +0000
@@ -870,7 +870,8 @@
 $(LIBPARROT_SHARED) : $(O_FILES)
 	$(MKPATH) @blib_dir@
 	$(LD) $(LD_SHARE_FLAGS) $(LDFLAGS) @[EMAIL PROTECTED]@ @libparrot_soname@ \
-    $(O_FILES) $(C_LIBS) $(ICU_SHARED)
+#CONDITIONED_LINE(cygchkdll):		-Wl,--out-implib=libparrot.dll.a \
+		$(O_FILES) $(C_LIBS) $(ICU_SHARED)
 #CONDITIONED_LINE(libparrot_shared_alias):	( cd @blib_dir@ ; ln -sf @libparrot_shared@ @libparrot_shared_alias@ )
 
 

Reply via email to