Amine Khaldi
045e8b304b
[CMAKE]
...
- Fix a typo.
svn path=/branches/cmake-bringup/; revision=49493
2010-11-05 18:09:09 +00:00
Amine Khaldi
c93d1289fd
[CMAKE]
...
- Remove wpp from build.
- Improve several tools and libs.
- Improve the root cmake file.
svn path=/branches/cmake-bringup/; revision=49492
2010-11-05 18:06:25 +00:00
Jérôme Gardou
3e704fcf1c
[WINE/CONFIG]
...
MSVC has no sys/time.h
[DDK]
Directly include <wingdi.h>
[UNICODE]
Fix build on msvc
All tools now build with msvc.
svn path=/branches/cmake-bringup/; revision=49461
2010-11-03 18:15:51 +00:00
Timo Kreuzer
0d7a1c46a0
[ASM]
...
Fix dummy ASSUME
svn path=/branches/cmake-bringup/; revision=49420
2010-11-02 00:03:41 +00:00
Timo Kreuzer
62ea941082
[ASM]
...
Add .double macro for ML and dummy ASSUME macro for GAS
Allow XMM instructions for ML
svn path=/branches/cmake-bringup/; revision=49419
2010-11-01 23:18:51 +00:00
Jérôme Gardou
d933565eff
[ASM]
...
- no ML doesn't mean 64 bits, right?
svn path=/branches/cmake-bringup/; revision=49412
2010-11-01 18:42:33 +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
cfbe481dc6
[WLANSVC]
...
- Fix wlansvc.idl for parsing with midl
svn path=/branches/cmake-bringup/; revision=49288
2010-10-26 17:36:57 +00:00
Jérôme Gardou
f22a9e6956
[CMAKE]
...
- WINNT isn't defined, don't redefine it. Pointed by Usurp.
svn path=/branches/cmake-bringup/; revision=49287
2010-10-26 17:23:00 +00:00
Jérôme Gardou
7c02a12b82
[SVCCTL]
...
- fix parsing of svcctl.idl with midl
svn path=/branches/cmake-bringup/; revision=49286
2010-10-26 17:20:00 +00:00
Jérôme Gardou
1537d3b259
[CMAKE]
...
- redefine _WIN32_WINNT too for building pnp rpc client and server libs
svn path=/branches/cmake-bringup/; revision=49285
2010-10-26 17:06:39 +00:00
Jérôme Gardou
85659d3f75
[LSARPC]
...
- define right interface in lsa.acf
svn path=/branches/cmake-bringup/; revision=49284
2010-10-26 16:55:46 +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
Sylvain Petreolle
493475d8d2
[CMAKE]
...
Add mkhive to build.
Add livecd target.
Make filename optional in add_mini_target, using the target one as default.
Move MACRO_IDL_FILES to CMakeMacros.cmake.
Add rpcproxy macro.
Build interface definitions headers for epm and irot.
svn path=/branches/cmake-bringup/; revision=49218
2010-10-22 13:15:58 +00:00
Amine Khaldi
9a1ab426cf
[CMAKE]
...
- Rename netevent.mc to neteventmsg.mc
- Add some missing win32 dlls. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=49023
2010-10-06 18:57:42 +00:00
Amine Khaldi
e7caf66239
[CMAKE]
...
- Improve the IDL macro, along with some dependencies.
svn path=/branches/cmake-bringup/; revision=48965
2010-10-02 17:09:48 +00:00
Amine Khaldi
466fc93fa7
[CMAKE]
...
- Make static libs out of the idl files.
- Improve wshirda, wshtcpip and wsock32.
- Include bmfd into build.
svn path=/branches/cmake-bringup/; revision=48956
2010-10-01 21:33:07 +00:00
Timo Kreuzer
912ce51ae6
[CMAKE]
...
Sync with trunk head (r48826)
svn path=/branches/cmake-bringup/; revision=48831
2010-09-20 17:27:52 +00:00
Timo Kreuzer
0540ad4d50
[CMAKE]
...
Add dependency to the .mc files
svn path=/branches/cmake-bringup/; revision=48830
2010-09-20 16:43:43 +00:00
Timo Kreuzer
d8ac6e1a9c
[CMAKE]
...
Add MSVC compatible MC command
svn path=/branches/cmake-bringup/; revision=48819
2010-09-19 18:52:34 +00:00
Amine Khaldi
6fa9a293d5
[CMAKE]
...
- mc : Make the generated bin file names prefixed by the base name of the source file.
svn path=/branches/cmake-bringup/; revision=48544
2010-08-14 10:49:27 +00:00
Amine Khaldi
5644c2c39d
[CMAKE]
...
- Now that we have c++ flags set globally, no need to mention them on the respective targets.
- debug.h : leftover from the kernel32 sync.
svn path=/branches/cmake-bringup/; revision=48543
2010-08-14 10:47:57 +00:00
Amine Khaldi
32e98673b9
[CMAKE]
...
- Set windmc to write binary messages as ascii.
svn path=/branches/cmake-bringup/; revision=48460
2010-08-05 00:43:33 +00:00
Amine Khaldi
2939360909
[CMAKE]
...
- Add IDL generated headers to build.
svn path=/branches/cmake-bringup/; revision=48441
2010-08-03 21:51:59 +00:00
Sir Richard
12ccd98393
[CMAKE]: Cant' have comments in mc files.
...
svn path=/branches/cmake-bringup/; revision=48435
2010-08-03 21:12:16 +00:00
Sir Richard
700aa715cb
[CMAKE]: Amine doesn't read man pages, nor does he actually review patches :-)
...
svn path=/branches/cmake-bringup/; revision=48434
2010-08-03 20:51:47 +00:00
Amine Khaldi
9c529a8548
[CMAKE]
...
- Richard : Group message headers creation into one macro.
svn path=/branches/cmake-bringup/; revision=48426
2010-08-03 14:29:04 +00:00
Amine Khaldi
1e82e45439
[CMAKE]
...
- Separate the resources creation into several targets. With this we're able to set proper dependencies on them selectively, and not as a whole.
- Make chew and csq, as a result, depend only on bugcodes.
svn path=/branches/cmake-bringup/; revision=48297
2010-07-27 01:36:55 +00:00
Sir Richard
02b1c8a4e2
[CMAKE]: Add wmc to host tools, and export it as native-wmc.
...
[CMAKE]: Add a makelist to build the mc->headers as one target.
[CMAKE]: Fix the IDL rule to build all IDLs as one target.
[CMAKE]: Build a whole lot more libraries.
svn path=/branches/cmake-bringup/; revision=48267
2010-07-25 23:05:32 +00:00
Amine Khaldi
62ff6c86b7
- Delete rbuild and the rbuild files.
...
svn path=/branches/cmake-bringup/; revision=48237
2010-07-24 19:21:04 +00:00
Amine Khaldi
c424146e2c
Create a branch for cmake bringup.
...
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00