From 6377026505db66dedba57048e9eb02954f4ae8f6 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 17 Jun 2005 18:38:51 +0000 Subject: [PATCH] NSIS Menu now has a SConscript git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4071 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index e33e0707..2dd2d56a 100644 --- a/SConstruct +++ b/SConstruct @@ -37,7 +37,7 @@ utils = [ 'Library/LibraryLocal', 'MakeLangId', 'Makensisw', - # wxWidgets 'NSIS Menu', + 'NSIS Menu', 'NSIS Update', 'zip2exe' ]