Author: chromatic
Date: Sat Jul 26 11:13:25 2008
New Revision: 29767
Modified:
trunk/compilers/imcc/cfg.c
trunk/config/gen/makefiles/root.in
Log:
[config] Add the cygwin importlib to please -lparrot in packaged version (Reini
Urban, RT #56562).
Modified: trunk/compilers/imcc/cfg.c
==============================================================================
--- trunk/compilers/imcc/cfg.c (original)
+++ trunk/compilers/imcc/cfg.c Sat Jul 26 11:13:25 2008
@@ -197,7 +197,8 @@
=item C<void find_basic_blocks>
-RT #48260: Not yet documented!!!
+Finds all basic blocks in the given IMC_Unit, expanding PCC calls if first is
+true.
=cut
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Sat Jul 26 11:13:25 2008
@@ -879,7 +879,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=blib/lib/libparrot.dll.a \
+ $(O_FILES) $(C_LIBS) $(ICU_SHARED)
#CONDITIONED_LINE(libparrot_shared_alias): ( cd @blib_dir@ ; ln -sf
@libparrot_shared@ @libparrot_shared_alias@ )