French part for r39980:
[reactos.git] / reactos / dll / win32 / user32 / user32.rbuild
1 <module name="user32" type="win32dll" baseaddress="${BASEADDRESS_USER32}" installbase="system32" installname="user32.dll" unicode="yes" crt="dll" allowwarnings="true">
2 <importlibrary definition="user32.pspec" />
3 <include base="user32">.</include>
4 <include base="user32">include</include>
5 <include base="ReactOS">include/reactos/subsys</include>
6 <define name="_DISABLE_TIDENTS" />
7 <library>wine</library>
8 <library>gdi32</library>
9 <library>kernel32</library>
10 <library>advapi32</library>
11 <library>imm32</library>
12 <library>win32ksys</library>
13 <library>pseh</library>
14 <library>ntdll</library>
15
16 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
17 <directory name="include">
18 <pch>user32.h</pch>
19 </directory>
20 -->
21 <directory name="controls">
22 <file>button.c</file>
23 <file>combo.c</file>
24 <file>edit.c</file>
25 <file>icontitle.c</file>
26 <file>listbox.c</file>
27 <file>regcontrol.c</file>
28 <file>scrollbar.c</file>
29 <file>static.c</file>
30 </directory>
31 <directory name="misc">
32 <file>dde.c</file>
33 <file>ddeclient.c</file>
34 <file>ddeserver.c</file>
35 <file>desktop.c</file>
36 <file>display.c</file>
37 <file>dllmain.c</file>
38 <file>exit.c</file>
39 <file>exticon.c</file>
40 <file>imm.c</file>
41 <file>misc.c</file>
42 <file>object.c</file>
43 <file>resources.c</file>
44 <file>rtlstr.c</file>
45 <file>stubs.c</file>
46 <file>timer.c</file>
47 <file>winhelp.c</file>
48 <file>winsta.c</file>
49 <file>wsprintf.c</file>
50 </directory>
51 <directory name="windows">
52 <file>accel.c</file>
53 <file>bitmap.c</file>
54 <file>caret.c</file>
55 <file>class.c</file>
56 <file>clipboard.c</file>
57 <file>cursor.c</file>
58 <file>dc.c</file>
59 <file>defwnd.c</file>
60 <file>dialog.c</file>
61 <file>draw.c</file>
62 <file>font.c</file>
63 <file>hook.c</file>
64 <file>icon.c</file>
65 <file>input.c</file>
66 <file>mdi.c</file>
67 <file>menu.c</file>
68 <file>message.c</file>
69 <file>messagebox.c</file>
70 <file>nonclient.c</file>
71 <file>paint.c</file>
72 <file>prop.c</file>
73 <file>rect.c</file>
74 <file>spy.c</file>
75 <file>text.c</file>
76 <file>window.c</file>
77 <file>winpos.c</file>
78 </directory>
79 <file>user32.rc</file>
80 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
81 <compilerflag>-fno-unit-at-a-time</compilerflag>
82 </module>