From a57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 16:00:13 +0200 Subject: Add XP (WDK) solution as a fallback option --- win32/nls/nls-xp.vcxproj | 101 +++++++++++++++++++++++++++++++++++++++ win32/nls/nls-xp.vcxproj.filters | 2 + 2 files changed, 103 insertions(+) create mode 100644 win32/nls/nls-xp.vcxproj create mode 100644 win32/nls/nls-xp.vcxproj.filters (limited to 'win32/nls') diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj new file mode 100644 index 00000000..1212b5d7 --- /dev/null +++ b/win32/nls/nls-xp.vcxproj @@ -0,0 +1,101 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {B10A2C41-344C-43E0-A32D-B9587C198D8B} + nls + + + + Application + false + true + MultiByte + WDK7 + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + cd ..\..\po +rmdir /q /s "$(OutDir)\locale" +mkdir "$(OutDir)\locale" +for %%A in (*.po) do ( +mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" +"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A +) + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + cd ..\..\po +rmdir /q /s "$(OutDir)\locale" +mkdir "$(OutDir)\locale" +for %%A in (*.po) do ( +mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" +"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A +) + + + + + + + + \ No newline at end of file diff --git a/win32/nls/nls-xp.vcxproj.filters b/win32/nls/nls-xp.vcxproj.filters new file mode 100644 index 00000000..ef1ebf58 --- /dev/null +++ b/win32/nls/nls-xp.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file -- cgit 1.4.1