From 0b3151e987bd4c0a9a4881971f49492681f876c1 Mon Sep 17 00:00:00 2001 From: Brian Gernhardt Date: Mon, 23 Jul 2012 14:00:29 -0400 Subject: [PATCH] setup: Actually install the libraries Also points out that I forgot to create the inst_lib array. --- setup.winxed | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.winxed b/setup.winxed index 20609c8..64535fe 100644 --- a/setup.winxed +++ b/setup.winxed @@ -46,11 +46,12 @@ function main[main](var argv) { 'winxed_debug' : false, 'pir_winxed' : {}, 'pbc_pir' : {}, - 'installable_pbc' : {} + 'installable_pbc' : {}, + 'inst_lib' : [] }; - pbc_winxed(pact, 'pact/packfile'); - pbc_winxed(pact, 'pact/packfile/decompile'); + library_winxed(pact, 'pact/packfile'); + library_winxed(pact, 'pact/packfile/decompile'); installable_winxed(pact, 'pact_disasm', 'src/disasm'); // Invoke distutils