Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
aa41526c
Commit
aa41526c
authored
May 31, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clock: Build resource files separately instead of including them all from a global file.
parent
eec8d511
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
75 additions
and
56 deletions
+75
-56
Cs.rc
programs/clock/Cs.rc
+2
-0
Da.rc
programs/clock/Da.rc
+2
-0
De.rc
programs/clock/De.rc
+2
-0
En.rc
programs/clock/En.rc
+2
-0
Eo.rc
programs/clock/Eo.rc
+2
-0
Es.rc
programs/clock/Es.rc
+2
-0
Fi.rc
programs/clock/Fi.rc
+2
-0
Fr.rc
programs/clock/Fr.rc
+2
-0
Hu.rc
programs/clock/Hu.rc
+2
-0
It.rc
programs/clock/It.rc
+2
-0
Ja.rc
programs/clock/Ja.rc
+2
-2
Ko.rc
programs/clock/Ko.rc
+2
-0
Makefile.in
programs/clock/Makefile.in
+25
-1
Nl.rc
programs/clock/Nl.rc
+2
-0
No.rc
programs/clock/No.rc
+2
-0
Pl.rc
programs/clock/Pl.rc
+2
-0
Pt.rc
programs/clock/Pt.rc
+2
-0
Ru.rc
programs/clock/Ru.rc
+2
-0
Si.rc
programs/clock/Si.rc
+2
-2
Sk.rc
programs/clock/Sk.rc
+2
-0
Sv.rc
programs/clock/Sv.rc
+2
-0
Th.rc
programs/clock/Th.rc
+2
-0
Tr.rc
programs/clock/Tr.rc
+2
-0
Wa.rc
programs/clock/Wa.rc
+2
-0
Zh.rc
programs/clock/Zh.rc
+2
-2
clock_res.h
programs/clock/clock_res.h
+2
-0
rsrc.rc
programs/clock/rsrc.rc
+0
-49
No files found.
programs/clock/Cs.rc
View file @
aa41526c
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
...
...
programs/clock/Da.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
{
POPUP "&Instillinger" {
...
...
programs/clock/De.rc
View file @
aa41526c
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
{
POPUP "&Einstellungen" {
...
...
programs/clock/En.rc
View file @
aa41526c
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Eo.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Es.rc
View file @
aa41526c
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
MAIN_MENU MENU
...
...
programs/clock/Fi.rc
View file @
aa41526c
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
{
POPUP "&Ominaisuudet" {
...
...
programs/clock/Fr.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
MAIN_MENU MENU
...
...
programs/clock/Hu.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
{
POPUP "&Belltsok" {
...
...
programs/clock/It.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
MAIN_MENU MENU
...
...
programs/clock/Ja.rc
View file @
aa41526c
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -74,5 +76,3 @@ 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."
}
#pragma code_page(default)
programs/clock/Ko.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Makefile.in
View file @
aa41526c
...
...
@@ -10,7 +10,31 @@ C_SRCS = \
main.c
\
winclock.c
RC_SRCS
=
rsrc.rc
RC_SRCS
=
\
Cs.rc
\
Da.rc
\
De.rc
\
En.rc
\
Eo.rc
\
Es.rc
\
Fi.rc
\
Fr.rc
\
Hu.rc
\
It.rc
\
Ja.rc
\
Ko.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
Pt.rc
\
Ru.rc
\
Si.rc
\
Sk.rc
\
Sv.rc
\
Th.rc
\
Tr.rc
\
Wa.rc
\
Zh.rc
@MAKE_PROG_RULES@
...
...
programs/clock/Nl.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
MAIN_MENU MENU
...
...
programs/clock/No.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
MAIN_MENU MENU
...
...
programs/clock/Pl.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Pt.rc
View file @
aa41526c
...
...
@@ -22,6 +22,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
MAIN_MENU MENU
...
...
programs/clock/Ru.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
{
POPUP "&" {
...
...
programs/clock/Si.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -72,5 +74,3 @@ 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."
}
#pragma code_page(default)
programs/clock/Sk.rc
View file @
aa41526c
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
{
POPUP "&Vlastnosti" {
...
...
programs/clock/Sv.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
MAIN_MENU MENU
...
...
programs/clock/Th.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_THAI, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Tr.rc
View file @
aa41526c
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
MAIN_MENU MENU
...
...
programs/clock/Wa.rc
View file @
aa41526c
...
...
@@ -23,6 +23,8 @@
*
*/
#include "clock_res.h"
#ifdef LANG_WALON
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
...
...
programs/clock/Zh.rc
View file @
aa41526c
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "clock_res.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -79,5 +81,3 @@ STRINGTABLE DISCARDABLE
{
IDS_CLOCK, "時鐘"
}
#pragma code_page(default)
programs/clock/clock_res.h
View file @
aa41526c
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#define MAIN_MENU 0x100
#define IDM_ANALOG 0x101
#define IDM_DIGITAL 0x102
...
...
programs/clock/rsrc.rc
deleted
100644 → 0
View file @
eec8d511
/*
* Clock resources
*
* Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
*
* 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 <winuser.h>
#include "clock_res.h"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Eo.rc"
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sk.rc"
#include "Sv.rc"
#include "Th.rc"
#include "Tr.rc"
#include "Wa.rc"
#include "Zh.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