Timo Kreuzer
da76b4e5c2
[CMAKE]
...
Convert acledit to pdef
svn path=/branches/cmake-bringup/; revision=49526
2010-11-08 12:58:32 +00:00
Amine Khaldi
42d74e98d6
[CMAKE]
...
- Add acledit.pdef
svn path=/branches/cmake-bringup/; revision=49510
2010-11-06 11:43:26 +00:00
Amine Khaldi
1c18b9b723
[CMAKE]
...
- Add a preprocessed definition file for acledit.
- Add the pdef2def macro.
- Include wpp into build, widl links to it.
- Fix libmpg123.
svn path=/branches/cmake-bringup/; revision=49509
2010-11-06 11:31:38 +00:00
Amine Khaldi
117bdf56ae
[CMAKE]
...
- Fix and enable browseui.
svn path=/branches/cmake-bringup/; revision=49504
2010-11-05 23:25:51 +00:00
Amine Khaldi
f8a9857975
[CMAKE]
...
- Fix and enable glu32 and winemp3.acm
svn path=/branches/cmake-bringup/; revision=49500
2010-11-05 23:06:24 +00:00
Sylvain Petreolle
e37863e0ac
[CMAKE]
...
Bootcd: Add some directx dlls.
svn path=/branches/cmake-bringup/; revision=49498
2010-11-05 21:49:09 +00:00
Sylvain Petreolle
ac1ef420cd
[CMAKE]
...
Add dlls to bootcd.
Fix hhctrl build.
svn path=/branches/cmake-bringup/; revision=49482
2010-11-05 13:25:28 +00:00
Timo Kreuzer
4a3ed006a1
[USER32]
...
Convert pspec to spec to fix build
svn path=/branches/cmake-bringup/; revision=49481
2010-11-05 13:14:37 +00:00
Timo Kreuzer
de201a2357
[CMAKE]
...
Create importlib for advapi32
Link advapi32 to msvcrt, needed for SEH
svn path=/branches/cmake-bringup/; revision=49474
2010-11-05 00:12:47 +00:00
Sylvain Petreolle
b37636dc12
[CMAKE]
...
One .acm suffix is enough.
Dedicated to AmineKhaldi.
svn path=/branches/cmake-bringup/; revision=49467
2010-11-04 13:29:58 +00:00
Amine Khaldi
2f6d499617
[CMAKE]
...
- Move more dlls with no stubs into using def files instead of spec files.
svn path=/branches/cmake-bringup/; revision=49450
2010-11-02 20:23:56 +00:00
Amine Khaldi
79b73c825d
[CMAKE]
...
- Move more dlls with no stubs into using def files instead of spec files.
svn path=/branches/cmake-bringup/; revision=49449
2010-11-02 19:58:29 +00:00
Amine Khaldi
67948fbc90
[CMAKE]
...
- Move some dlls with no stubs into using def files instead of spec files.
svn path=/branches/cmake-bringup/; revision=49448
2010-11-02 18:19:44 +00:00
Timo Kreuzer
2b2d3d2776
[CMAKE]
...
Rename add_importlib_def to add_importlib_target
add importlib targets for ntdll, msvcrt, shell32, user32
svn path=/branches/cmake-bringup/; revision=49427
2010-11-02 09:22:58 +00:00
Jérôme Gardou
887046a6ee
[CMAKE]
...
- build msvc importlibs explicitly from def file
- circumvent lack of pseh lib in MSVC.
- fix advapi32.def
svn path=/branches/cmake-bringup/; revision=49409
2010-11-01 17:24:32 +00:00
Jérôme Gardou
7f39320ea9
[CMAKE]
...
- put advapi32.def into source files.
svn path=/branches/cmake-bringup/; revision=49406
2010-11-01 16:32:32 +00:00
Jérôme Gardou
c5b6b76033
[CMAKE]
...
- add 3rdparty dlls to boot and live cd
- use gdi32 spec file
- mark user32.def as EXTERNAL_OBJECT
svn path=/branches/cmake-bringup/; revision=49387
2010-11-01 00:04:46 +00:00
Jérôme Gardou
a6524961b3
[CMAKE]
...
- cmake handles gracefully def files if you tell him to do ;-)
- partial revert of an (accidental?) kernel32 change
svn path=/branches/cmake-bringup/; revision=49380
2010-10-31 22:15:35 +00:00
Timo Kreuzer
1ddb50ec34
[KERNEL32]
...
Include English resource file first, escape certain characters for MSVC compatibility.
"Should be sent to wine"(tm)
svn path=/branches/cmake-bringup/; revision=49379
2010-10-31 21:56:17 +00:00
Timo Kreuzer
29207fa8b2
[KERNEL32]
...
Rename pspec to spec, fix a comment, remove a #define and use it instead of the def file
svn path=/branches/cmake-bringup/; revision=49378
2010-10-31 18:18:35 +00:00
Timo Kreuzer
d1dfa87850
[CMAKE]
...
Fix a typo
svn path=/branches/cmake-bringup/; revision=49370
2010-10-31 09:16:35 +00:00
Amine Khaldi
a2e649110b
[CMAKE]
...
- "cmake gracefully handles def files as source files" You mean it gracefully ignores them, right ?
- Fix the kernel and class2 exports. More to come.
- Fix imaadp32.acm
svn path=/branches/cmake-bringup/; revision=49367
2010-10-30 22:03:40 +00:00
Amine Khaldi
5afba1c7f7
[CMAKE]
...
- Fix mshtml.tlb
svn path=/branches/cmake-bringup/; revision=49365
2010-10-30 17:45:01 +00:00
Sylvain Petreolle
10abd192d4
[CMAKE]
...
Leftover from 49358.
svn path=/branches/cmake-bringup/; revision=49363
2010-10-30 17:37:44 +00:00
Jérôme Gardou
2e3d2c189b
[CMAKE]
...
- leftover from r49358
svn path=/branches/cmake-bringup/; revision=49362
2010-10-30 17:05:21 +00:00
Jérôme Gardou
4ee1da42f1
[CMAKE]
...
- rewrite spec2def macro because
1. cmake gracefully handles def files as source files
2. cmake gracefully handles autogenerated files as source
3. it did not take into account the fact that all shared libraries haven't the .dll extension
svn path=/branches/cmake-bringup/; revision=49358
2010-10-30 16:08:19 +00:00
Jérôme Gardou
fd5ef6b1c1
[CMAKE]
...
- add macros add_cab and add_cab_target to add files to reactos.dff
- add bootcd target
- make use of these macros to create bootcd and livecd
Bootcd works and install things, but 2nd stage fails booting. We need debug symbols!!!
svn path=/branches/cmake-bringup/; revision=49347
2010-10-30 09:53:53 +00:00
Jérôme Gardou
7ee0c086fc
[CMAKE]
...
- jscript requires stdole2.tlb
svn path=/branches/cmake-bringup/; revision=49346
2010-10-30 09:22:55 +00:00
Sylvain Petreolle
e617cbf750
[CMAKE]
...
Add dll/cpl and dll/3rdparty modules to build.
svn path=/branches/cmake-bringup/; revision=49344
2010-10-29 21:47:35 +00:00
Amine Khaldi
34134f4cfa
[CMAKE]
...
- More work on the missing modules. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=49325
2010-10-28 11:33:02 +00:00
Jérôme Gardou
b2f64ac552
Sync with trunk (r49303)
...
svn path=/branches/cmake-bringup/; revision=49307
2010-10-27 15:52:24 +00:00
Jérôme Gardou
f78d6fc1e2
[RPCRT4]
...
- Fix build
svn path=/branches/cmake-bringup/; revision=49298
2010-10-26 22:07:36 +00:00
Jérôme Gardou
252350f815
[WIN32 DLLS]
...
- fix MIDL_user_allocate once and for all
svn path=/branches/cmake-bringup/; revision=49295
2010-10-26 18:58:46 +00:00
Sylvain Petreolle
0ef2d803bf
[CMAKE]
...
Fix winspool loading.
svn path=/branches/cmake-bringup/; revision=49260
2010-10-24 15:03:07 +00:00
Sylvain Petreolle
1fb94b1cb5
[CMAKE]
...
sync with trunk (r49230)
svn path=/branches/cmake-bringup/; revision=49246
2010-10-23 22:14:59 +00:00
Amine Khaldi
b975ab079c
[CMAKE]
...
- Create profiles related folders into the livecd iso.
- Add some missing modules to livecd.
svn path=/branches/cmake-bringup/; revision=49234
2010-10-23 10:38:48 +00:00
Sylvain Petreolle
89271fe38d
[CMAKE]
...
Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake.
Fix pch use in fmifs.
Enable remaining dlls in dll/win32/CMakeLists.txt.
svn path=/branches/cmake-bringup/; revision=49230
2010-10-22 19:40:56 +00:00
Amine Khaldi
5299b0db47
[CMAKE]
...
- Fix comdlg32 and add it to build.
svn path=/branches/cmake-bringup/; revision=49228
2010-10-22 15:20:41 +00:00
Sylvain Petreolle
cfc11b5ca5
[CMAKE]
...
Add comdlg32, ole32, oleaut32, rpcrt4, shell32,urlmon to build.
comdlg32 remains disabled due to build error in Danish resources.
svn path=/branches/cmake-bringup/; revision=49227
2010-10-22 15:17:45 +00:00
Sylvain Petreolle
c56d82e4c8
[CMAKE]
...
Livecd: Add dlls that aren't win32dll modules.
svn path=/branches/cmake-bringup/; revision=49223
2010-10-22 14:05:00 +00:00
Sylvain Petreolle
cba659a83a
[CMAKE]
...
Make midimap msc friendly.
svn path=/branches/cmake-bringup/; revision=49217
2010-10-22 10:54:06 +00:00
Timo Kreuzer
f58427d6cc
[CMAKE]
...
disable rpcrt4 again, which was accidentally enabled
svn path=/branches/cmake-bringup/; revision=49207
2010-10-19 17:13:20 +00:00
Sylvain Petreolle
887822f92e
[CMAKE]
...
Enable comctl32.
svn path=/branches/cmake-bringup/; revision=49143
2010-10-14 17:40:25 +00:00
Daniel Reimer
90c7ea54cf
Merge r49107.
...
svn path=/branches/cmake-bringup/; revision=49108
2010-10-10 23:30:05 +00:00
Amine Khaldi
24340825cc
[CMAKE]
...
- Fix cryptui build. This should be sent upstream.
svn path=/branches/cmake-bringup/; revision=49106
2010-10-10 22:59:37 +00:00
Amine Khaldi
b02b04fc53
[CMAKE]
...
- More work on the dlls. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=49105
2010-10-10 22:58:42 +00:00
Daniel Reimer
b7cf54f91f
Merge r49103.
...
svn path=/branches/cmake-bringup/; revision=49104
2010-10-10 22:37:09 +00:00
Daniel Reimer
09de31e63e
Merge r49096 to cmake branch
...
svn path=/branches/cmake-bringup/; revision=49101
2010-10-10 19:31:41 +00:00
Amine Khaldi
60a11ae666
[CMAKE]
...
- Some work on the dlls. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=49079
2010-10-09 19:15:45 +00:00
Amine Khaldi
8db8028cbd
[CMAKE]
...
- More work on the base modules.
- Fix a typo.
- Fix shlwapi and audio_test builds.
svn path=/branches/cmake-bringup/; revision=49061
2010-10-08 22:26:41 +00:00