[svn:parrot] r41942 - branches/pcc_reapply/config/gen/makefiles

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Mon Oct 19 15:31:00 UTC 2009


Author: whiteknight
Date: Mon Oct 19 15:30:58 2009
New Revision: 41942
URL: https://trac.parrot.org/parrot/changeset/41942

Log:
[pcc] update makefile so that libnci_test.dll builds properly on win32. Don't know why this isn't happening already, but this was breaking the build

Modified:
   branches/pcc_reapply/config/gen/makefiles/root.in

Modified: branches/pcc_reapply/config/gen/makefiles/root.in
==============================================================================
--- branches/pcc_reapply/config/gen/makefiles/root.in	Mon Oct 19 15:16:09 2009	(r41941)
+++ branches/pcc_reapply/config/gen/makefiles/root.in	Mon Oct 19 15:30:58 2009	(r41942)
@@ -2219,7 +2219,7 @@
 # for use by t/pmc/nci.t
 $(LIBNCI_TEST_SO): $(SRC_DIR)/nci_test$(O)
 	$(LD) $(LD_LOAD_FLAGS) @ncilib_link_extra@ $(LDFLAGS) \
-    @ld_out@$@ $(SRC_DIR)/nci_test$(O) $(C_LIBS)
+    @ld_out@$@ $(SRC_DIR)/nci_test$(O) $(ALL_PARROT_LIBS) $(C_LIBS)
 
 # for use by runtime/parrot/library/OpenGL.pir
 $(LIBGLUTCB_SO): $(LIBPARROT) $(SRC_DIR)/glut_callbacks$(O)


More information about the parrot-commits mailing list