[svn:parrot] r43264 - trunk/tools/dev

jonathan at svn.parrot.org jonathan at svn.parrot.org
Sun Dec 27 12:36:27 UTC 2009


Author: jonathan
Date: Sun Dec 27 12:36:26 2009
New Revision: 43264
URL: https://trac.parrot.org/parrot/changeset/43264

Log:
[pbc_to_exe] Fix bug in Win32 manifest command line generation. Fixes Rakudo build on Win 7.

Modified:
   trunk/tools/dev/pbc_to_exe.pir

Modified: trunk/tools/dev/pbc_to_exe.pir
==============================================================================
--- trunk/tools/dev/pbc_to_exe.pir	Sun Dec 27 10:49:44 2009	(r43263)
+++ trunk/tools/dev/pbc_to_exe.pir	Sun Dec 27 12:36:26 2009	(r43264)
@@ -656,7 +656,7 @@
     .local pmc file
     file = new 'File'
     .local string manifest_file_name
-    manifest_file_name  = exefile
+    manifest_file_name  = clone exefile
     manifest_file_name .= '.manifest'
     .local pmc manifest_exists
     manifest_exists = file.'exists'( manifest_file_name )


More information about the parrot-commits mailing list