From 5375d9220c86d1c4c44dc72c44de578ce434577b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 22 Oct 2005 12:05:33 +0000 Subject: [PATCH] added manifest for xp style git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4354 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/MakeLangId/MakeLangId.xml | 10 ++++++++++ Contrib/MakeLangId/SConscript | 8 ++++++-- Contrib/MakeLangId/resource.rc | 6 ++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Contrib/MakeLangId/MakeLangId.xml diff --git a/Contrib/MakeLangId/MakeLangId.xml b/Contrib/MakeLangId/MakeLangId.xml new file mode 100644 index 00000000..c4fcca3f --- /dev/null +++ b/Contrib/MakeLangId/MakeLangId.xml @@ -0,0 +1,10 @@ + + + +MakeLangId + + + + + + diff --git a/Contrib/MakeLangId/SConscript b/Contrib/MakeLangId/SConscript index adb7f9b1..32839714 100644 --- a/Contrib/MakeLangId/SConscript +++ b/Contrib/MakeLangId/SConscript @@ -4,10 +4,14 @@ files = Split(""" MakeLangId.cpp """) -resources = Split(""" +res = Split(""" resource.rc """) +resources = Split(""" + MakeLangId.xml +""") + libs = Split(""" kernel32 user32 @@ -15,5 +19,5 @@ libs = Split(""" Import('BuildUtil') -BuildUtil(target, files, libs, res = resources, entry = 'WinMain', install = 'Bin') +BuildUtil(target, files, libs, res = res, resources = resources, entry = 'WinMain', install = 'Bin') diff --git a/Contrib/MakeLangId/resource.rc b/Contrib/MakeLangId/resource.rc index f47d4714..9caf94f4 100644 --- a/Contrib/MakeLangId/resource.rc +++ b/Contrib/MakeLangId/resource.rc @@ -40,6 +40,12 @@ BEGIN LTEXT "",IDC_RESULT,7,41,121,8 END +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "MakeLangId.xml" ///////////////////////////////////////////////////////////////////////////// //