From 3ae36b7855a3b9b930430603d8c8f61bb934c424 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 10 Jun 2012 16:30:23 +0200 Subject: Add projects for making the installer --- win32/nls/nls.vcxproj | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 win32/nls/nls.vcxproj (limited to 'win32/nls/nls.vcxproj') diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj new file mode 100644 index 00000000..a9fa71bf --- /dev/null +++ b/win32/nls/nls.vcxproj @@ -0,0 +1,61 @@ + + + + + Release + Win32 + + + + {B10A2C41-344C-43E0-A32D-B9587C198D8B} + nls + + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + cd ..\..\po +rmdir /q /s locale +mkdir locale +for %%A in (*.po) do ( +mkdir locale\%%~nA\LC_MESSAGES +"$(DepsRoot)\bin\msgfmt" -co locale\%%~nA\LC_MESSAGES\xchat.mo %%A +) + + + + + + + + \ No newline at end of file -- cgit 1.4.1