Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ece4f64e
Commit
ece4f64e
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvidc32: Build language resource files separately.
Do not include them from an other rc file.
parent
2322254c
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
51 additions
and
42 deletions
+51
-42
Makefile.in
dlls/msvidc32/Makefile.in
+17
-1
msvidc32_Da.rc
dlls/msvidc32/msvidc32_Da.rc
+2
-0
msvidc32_De.rc
dlls/msvidc32/msvidc32_De.rc
+2
-0
msvidc32_En.rc
dlls/msvidc32/msvidc32_En.rc
+2
-0
msvidc32_Fr.rc
dlls/msvidc32/msvidc32_Fr.rc
+2
-0
msvidc32_Hu.rc
dlls/msvidc32/msvidc32_Hu.rc
+2
-0
msvidc32_Ko.rc
dlls/msvidc32/msvidc32_Ko.rc
+2
-0
msvidc32_Lt.rc
dlls/msvidc32/msvidc32_Lt.rc
+2
-2
msvidc32_Nl.rc
dlls/msvidc32/msvidc32_Nl.rc
+2
-0
msvidc32_No.rc
dlls/msvidc32/msvidc32_No.rc
+2
-0
msvidc32_Pl.rc
dlls/msvidc32/msvidc32_Pl.rc
+2
-0
msvidc32_Pt.rc
dlls/msvidc32/msvidc32_Pt.rc
+2
-0
msvidc32_Ro.rc
dlls/msvidc32/msvidc32_Ro.rc
+2
-0
msvidc32_Ru.rc
dlls/msvidc32/msvidc32_Ru.rc
+2
-0
msvidc32_Si.rc
dlls/msvidc32/msvidc32_Si.rc
+2
-2
msvidc32_Sv.rc
dlls/msvidc32/msvidc32_Sv.rc
+2
-0
msvidc32_Tr.rc
dlls/msvidc32/msvidc32_Tr.rc
+2
-0
msvidc32_private.h
dlls/msvidc32/msvidc32_private.h
+2
-0
rsrc.rc
dlls/msvidc32/rsrc.rc
+0
-37
No files found.
dlls/msvidc32/Makefile.in
View file @
ece4f64e
...
...
@@ -8,7 +8,23 @@ IMPORTS = user32 kernel32
C_SRCS
=
\
msvideo1.c
RC_SRCS
=
rsrc.rc
RC_SRCS
=
\
msvidc32_Da.rc
\
msvidc32_De.rc
\
msvidc32_En.rc
\
msvidc32_Fr.rc
\
msvidc32_Hu.rc
\
msvidc32_Ko.rc
\
msvidc32_Lt.rc
\
msvidc32_Nl.rc
\
msvidc32_No.rc
\
msvidc32_Pl.rc
\
msvidc32_Pt.rc
\
msvidc32_Ro.rc
\
msvidc32_Ru.rc
\
msvidc32_Si.rc
\
msvidc32_Sv.rc
\
msvidc32_Tr.rc
@MAKE_DLL_RULES@
...
...
dlls/msvidc32/msvidc32_Da.rc
View file @
ece4f64e
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_De.rc
View file @
ece4f64e
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_En.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Fr.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Hu.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Ko.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Lt.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -26,5 +28,3 @@ STRINGTABLE DISCARDABLE
IDS_NAME "MS-CRAM"
IDS_DESCRIPTION "Wine Video 1 vaizdo kodekas"
}
#pragma code_page(default)
dlls/msvidc32/msvidc32_Nl.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_No.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Pl.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Pt.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Ro.rc
View file @
ece4f64e
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Ru.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Si.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -25,5 +27,3 @@ STRINGTABLE DISCARDABLE
IDS_NAME "MS-CRAM"
IDS_DESCRIPTION "Wine Video 1 video kodek"
}
#pragma code_page(default)
dlls/msvidc32/msvidc32_Sv.rc
View file @
ece4f64e
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_Tr.rc
View file @
ece4f64e
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "msvidc32_private.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msvidc32/msvidc32_private.h
View file @
ece4f64e
...
...
@@ -19,6 +19,8 @@
#ifndef __MSVIDC32_PRIVATE_H
#define __MSVIDC32_PRIVATE_H
#include <windef.h>
#define IDS_NAME 100
#define IDS_DESCRIPTION 101
...
...
dlls/msvidc32/rsrc.rc
deleted
100644 → 0
View file @
2322254c
/*
* Copyright 2005 Dmitry Timoshkov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "msvidc32_private.h"
#include "msvidc32_Da.rc"
#include "msvidc32_De.rc"
#include "msvidc32_Fr.rc"
#include "msvidc32_En.rc"
#include "msvidc32_Hu.rc"
#include "msvidc32_Ko.rc"
#include "msvidc32_Lt.rc"
#include "msvidc32_Nl.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
#include "msvidc32_Pt.rc"
#include "msvidc32_Ro.rc"
#include "msvidc32_Ru.rc"
#include "msvidc32_Si.rc"
#include "msvidc32_Sv.rc"
#include "msvidc32_Tr.rc"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment