makefiles: Add makedep pragmas for rc files that contain translations.

This commit is contained in:
Alexandre Julliard 2013-11-05 17:53:42 +01:00
parent c7803b885b
commit 5756ee09f3
123 changed files with 108223 additions and 108077 deletions

View File

@ -100,7 +100,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
# Rules for dependencies # Rules for dependencies
DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) $(PO_SRCS:.rc=.pot) \ DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS) $(IDL_TLB_SRCS) \ $(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS) $(IDL_TLB_SRCS) \
$(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS) $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS)

View File

@ -21,6 +21,8 @@
#include "res.h" #include "res.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "avifile_private.h" #include "avifile_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resids.h" #include "resids.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "comctl32.h" #include "comctl32.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -22,6 +22,8 @@
#include "cdlg.h" #include "cdlg.h"
#include "filedlgbrowser.h" #include "filedlgbrowser.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "credui_resources.h" #include "credui_resources.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "cryptres.h" #include "cryptres.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "cryptres.h" #include "cryptres.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "cryptuires.h" #include "cryptuires.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,13 +18,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#pragma code_page(65001)
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winnls.h" #include "winnls.h"
#include "devenum_private.h" #include "devenum_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -27,6 +27,8 @@
#include "wine/wine_common_ver.rc" #include "wine/wine_common_ver.rc"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_CAMERAUI DIALOG 0, 0, 382, 275 IDD_CAMERAUI DIALOG 0, 0, 382, 275

View File

@ -21,6 +21,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "iccvid_private.h" #include "iccvid_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDR_BROWSE_MAIN_MENU MENU IDR_BROWSE_MAIN_MENU MENU

View File

@ -21,6 +21,8 @@
#include "inetcpl.h" #include "inetcpl.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "joy.h" #include "joy.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "localspl_private.h" #include "localspl_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "localui.h" #include "localui.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "res.h" #include "res.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "mprres.h" #include "mprres.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "wineacm.h" #include "wineacm.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 118 DLG_ACMFORMATCHOOSE_ID DIALOG 10, 20, 225, 118

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "windef.h" #include "windef.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "msrle_private.h" #include "msrle_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "msvideo_private.h" #include "msvideo_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "msvidc32_private.h" #include "msvidc32_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "oleacc.h" #include "oleacc.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,7 +20,7 @@
#include "resource.h" #include "resource.h"
#pragma code_page(65001) #pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT

View File

@ -18,6 +18,8 @@
#include "serialui.h" #include "serialui.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159 IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159

View File

@ -21,6 +21,8 @@
#include "setupapi_private.h" #include "setupapi_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -18,6 +18,8 @@
#include "shdoclc.h" #include "shdoclc.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "shresdef.h" #include "shresdef.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MENU_001 MENU MENU_001 MENU

View File

@ -20,6 +20,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -22,6 +22,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
ID_AXINSTALL_WARNING_DLG DIALOG 0, 0, 260, 115 ID_AXINSTALL_WARNING_DLG DIALOG 0, 0, 260, 115

View File

@ -20,6 +20,8 @@
#include "resources.h" #include "resources.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
SYSMENU MENU SYSMENU MENU

View File

@ -18,6 +18,8 @@
#include "psdlg.h" #include "psdlg.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
PAPER DIALOG 5, 43, 227, 215 PAPER DIALOG 5, 43, 227, 215

View File

@ -18,6 +18,8 @@
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -19,6 +19,8 @@
#include "windef.h" #include "windef.h"
#include "mmddk.h" #include "mmddk.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "wspool.h" #include "wspool.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "windef.h" #include "windef.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

4630
po/ar.po

File diff suppressed because it is too large Load Diff

4780
po/bg.po

File diff suppressed because it is too large Load Diff

4630
po/ca.po

File diff suppressed because it is too large Load Diff

4630
po/cs.po

File diff suppressed because it is too large Load Diff

4630
po/da.po

File diff suppressed because it is too large Load Diff

4630
po/de.po

File diff suppressed because it is too large Load Diff

4710
po/el.po

File diff suppressed because it is too large Load Diff

5442
po/en.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4630
po/eo.po

File diff suppressed because it is too large Load Diff

4630
po/es.po

File diff suppressed because it is too large Load Diff

4888
po/fa.po

File diff suppressed because it is too large Load Diff

4630
po/fi.po

File diff suppressed because it is too large Load Diff

4630
po/fr.po

File diff suppressed because it is too large Load Diff

4916
po/he.po

File diff suppressed because it is too large Load Diff

4662
po/hi.po

File diff suppressed because it is too large Load Diff

4630
po/hr.po

File diff suppressed because it is too large Load Diff

4630
po/hu.po

File diff suppressed because it is too large Load Diff

4630
po/it.po

File diff suppressed because it is too large Load Diff

4630
po/ja.po

File diff suppressed because it is too large Load Diff

4630
po/ko.po

File diff suppressed because it is too large Load Diff

4630
po/lt.po

File diff suppressed because it is too large Load Diff

4662
po/ml.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4630
po/nl.po

File diff suppressed because it is too large Load Diff

4662
po/or.po

File diff suppressed because it is too large Load Diff

4662
po/pa.po

File diff suppressed because it is too large Load Diff

4630
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4664
po/rm.po

File diff suppressed because it is too large Load Diff

4630
po/ro.po

File diff suppressed because it is too large Load Diff

4630
po/ru.po

File diff suppressed because it is too large Load Diff

4698
po/sk.po

File diff suppressed because it is too large Load Diff

4630
po/sl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4630
po/sv.po

File diff suppressed because it is too large Load Diff

4662
po/te.po

File diff suppressed because it is too large Load Diff

4722
po/th.po

File diff suppressed because it is too large Load Diff

4630
po/tr.po

File diff suppressed because it is too large Load Diff

4630
po/uk.po

File diff suppressed because it is too large Load Diff

4688
po/wa.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,8 @@
#include "attrib.h" #include "attrib.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "clock_res.h" #include "clock_res.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MAIN_MENU MENU MAIN_MENU MENU

View File

@ -23,6 +23,8 @@
/* @makedep: wcmd.ico */ /* @makedep: wcmd.ico */
IDI_ICON1 ICON wcmd.ico IDI_ICON1 ICON wcmd.ico
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "dxdiag_private.h" #include "dxdiag_private.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -21,6 +21,8 @@
#include "windef.h" #include "windef.h"
#include "resource.h" #include "resource.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "hostname.h" #include "hostname.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

View File

@ -20,6 +20,8 @@
#include "ipconfig.h" #include "ipconfig.h"
#pragma makedep po
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE

Some files were not shown because too many files have changed in this diff Show More