From e050cc9aaa69021ce3be3973d416c96099ba7011 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 10 Oct 2008 21:13:47 +0000 Subject: [PATCH] use the test as well... git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5750 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Tests/SConscript b/Source/Tests/SConscript index b6c510bc..3ee50231 100644 --- a/Source/Tests/SConscript +++ b/Source/Tests/SConscript @@ -82,6 +82,7 @@ extralibs = Split(""" scripts = Split(""" preprocessor.nsi + winver.nsi """) Import('env AddAvailableLibs')