Royce Mitchell III
2212e07d3e
compatibility fixes
...
svn path=/branches/xmlbuildsystem/; revision=13401
2005-02-03 23:54:02 +00:00
Casper Hornstrup
cb6d12288b
* Build midimap, netapi32, lz32, setupapi, mpr, olepro32, msimg32, secur32
...
* Build msafd, riched32, msgina, mmdrv, samlib, msvcrt20, mesa32
svn path=/branches/xmlbuildsystem/; revision=13399
2005-02-03 21:55:43 +00:00
Casper Hornstrup
d7abcec443
Build keyboard layout DLLs
...
svn path=/branches/xmlbuildsystem/; revision=13395
2005-02-03 19:14:46 +00:00
Art Yerkes
75acfdfa72
Add a . to an empty path to make a relative path, before the initial /
...
is added.
svn path=/branches/xmlbuildsystem/; revision=13393
2005-02-03 15:43:51 +00:00
Casper Hornstrup
9dd8914484
* Parse .cpp, .rc, and .s files
...
* #include_next support
svn path=/branches/xmlbuildsystem/; revision=13390
2005-02-02 22:30:55 +00:00
Steven Edwards
54687f3ee6
MAX_PATH is PATH_MAX on Posix
...
svn path=/branches/xmlbuildsystem/; revision=13388
2005-02-02 20:10:14 +00:00
Casper Hornstrup
5987025ab4
Use automatic dependencies to mark files to be rebuilt.
...
svn path=/branches/xmlbuildsystem/; revision=13385
2005-02-01 20:49:03 +00:00
Casper Hornstrup
6052ab4bd7
Generate automatic dependencies.
...
svn path=/branches/xmlbuildsystem/; revision=13371
2005-01-31 18:25:55 +00:00
Casper Hornstrup
adeb8563b5
Started on automatic dependencies support
...
svn path=/branches/xmlbuildsystem/; revision=13353
2005-01-28 19:11:22 +00:00
Steven Edwards
2c0281bda7
define stricmp to strcasecmp for the Unix build
...
svn path=/branches/xmlbuildsystem/; revision=13320
2005-01-26 20:23:50 +00:00
Casper Hornstrup
610b936ad0
Add missing file
...
svn path=/branches/xmlbuildsystem/; revision=13250
2005-01-24 18:47:52 +00:00
Casper Hornstrup
04f77b12fe
Add documentation
...
svn path=/branches/xmlbuildsystem/; revision=13225
2005-01-23 12:47:42 +00:00
Casper Hornstrup
3ccd7d62e9
* Build epsapi, dxguid, devenum, imm32, dinput8, dsound, expat, glu32, vfatlib
...
* Build dbghelp, gdiplus, dxdiagn, imagehlp, strmiids, dinput, fmifs, psapi
svn path=/branches/xmlbuildsystem/; revision=13222
2005-01-23 01:33:35 +00:00
Casper Hornstrup
ab4b7a72aa
* Build crtdll
...
* Add module attribute "mangledsymbols" to control --kill-at option for dlltool in order to allow preservation of mangled symbols
svn path=/branches/xmlbuildsystem/; revision=13221
2005-01-22 22:00:17 +00:00
Casper Hornstrup
421cfcb760
Add missing file
...
svn path=/branches/xmlbuildsystem/; revision=13218
2005-01-22 18:08:28 +00:00
Casper Hornstrup
28243f499d
Build control panel applets
...
svn path=/branches/xmlbuildsystem/; revision=13217
2005-01-22 18:06:37 +00:00
Casper Hornstrup
d0acee6af8
* Invoke cabman when building a CD
...
* Entrypoint attribute on <module> to override default entrypoint
* Use entrypoint _DrvEnableDriver@12 for display drivers
svn path=/branches/xmlbuildsystem/; revision=13216
2005-01-22 17:38:31 +00:00
Casper Hornstrup
ac58a35d34
* Build cabman and zlib
...
* Add iso module type
svn path=/branches/xmlbuildsystem/; revision=13214
2005-01-22 15:27:06 +00:00
Royce Mitchell III
cd93112435
This fixes the small problem that generated files were being added to the Dev-C++ project even though they didn't yet exist. - patch by Trevor McCort
...
svn path=/branches/xmlbuildsystem/; revision=13213
2005-01-22 15:09:36 +00:00
Casper Hornstrup
87f69aaf32
* Build freeldr
...
* Add BootLoader and ObjectLibrary module types
* Add <compilerflag> tag
svn path=/branches/xmlbuildsystem/; revision=13211
2005-01-22 14:07:45 +00:00
Casper Hornstrup
7b13462f5a
Build comdlg32, oleaut32, wine_unicode, winspool, shell32, and shlwapi
...
svn path=/branches/xmlbuildsystem/; revision=13193
2005-01-21 21:06:40 +00:00
Royce Mitchell III
23a949dd32
attribute 'first' of <file> must be 'true' or 'false'
...
remove an obsolete comment
svn path=/branches/xmlbuildsystem/; revision=13191
2005-01-21 18:15:10 +00:00
Casper Hornstrup
f7201d8993
Build cabinet, advpack, rpcrt4, ole32, version, cards, and uuid
...
svn path=/branches/xmlbuildsystem/; revision=13190
2005-01-21 18:09:02 +00:00
Casper Hornstrup
5ce17b05d1
Modules are built in the intermediate directory.
...
svn path=/branches/xmlbuildsystem/; revision=13171
2005-01-20 23:05:36 +00:00
Casper Hornstrup
45e6d4dd39
Fix copy/paste error.
...
svn path=/branches/xmlbuildsystem/; revision=13169
2005-01-20 22:24:30 +00:00
Casper Hornstrup
49d3351175
* Build bin2res, winmm, comctl32, aclui, acledit
...
* Correct dependencies for build tool invocations
* Normalize paths in the generated makefile
svn path=/branches/xmlbuildsystem/; revision=13168
2005-01-20 22:19:01 +00:00
Royce Mitchell III
a04e56cbf4
beginnings of dev-c++ backend - patch by Trevor McCort
...
svn path=/branches/xmlbuildsystem/; revision=13155
2005-01-20 06:42:22 +00:00
Royce Mitchell III
03c9d860ba
require attributes to have values
...
svn path=/branches/xmlbuildsystem/; revision=13154
2005-01-20 06:36:37 +00:00
Steven Edwards
dc266b8b95
hard code mingw32-* for cross-compile, this is bad.
...
svn path=/branches/xmlbuildsystem/; revision=13153
2005-01-20 06:29:08 +00:00
Royce Mitchell III
0b93b06fee
mark off area where variables need to differ for *nix
...
svn path=/branches/xmlbuildsystem/; revision=13152
2005-01-20 06:09:07 +00:00
Casper Hornstrup
4b9c656dd5
* Build freetype, win32k, and video drivers
...
* Generate module.spec.def, not module.def
svn path=/branches/xmlbuildsystem/; revision=13135
2005-01-19 19:49:57 +00:00
Royce Mitchell III
6a6a71b2f1
added 'first' attribute to <file>
...
svn path=/branches/xmlbuildsystem/; revision=13129
2005-01-19 01:37:35 +00:00
Royce Mitchell III
6f056ee7ce
msvc6 compatibility
...
svn path=/branches/xmlbuildsystem/; revision=13124
2005-01-18 17:00:47 +00:00
Casper Hornstrup
9b92b2cc9a
Build storage drivers
...
svn path=/branches/xmlbuildsystem/; revision=13103
2005-01-17 21:40:12 +00:00
Art Yerkes
dc88ce8729
More commits of the same. SVN is being a bit picky about resolved
...
conflicts.
svn path=/branches/xmlbuildsystem/; revision=13099
2005-01-17 16:27:28 +00:00
Art Yerkes
076c15efdb
- Add a NUL definition, as well as rmkdir
...
- Create directory targets for intermediate files area
- .def files are in the source tree in our current scheme
svn path=/branches/xmlbuildsystem/; revision=13098
2005-01-17 16:26:11 +00:00
Casper Hornstrup
b71ea907b8
* Build networking components
...
* WINE DLL support
svn path=/branches/xmlbuildsystem/; revision=13086
2005-01-16 22:26:26 +00:00
Casper Hornstrup
b854348f4e
Build input device drivers
...
svn path=/branches/xmlbuildsystem/; revision=13085
2005-01-16 18:39:32 +00:00
Casper Hornstrup
c5557e2907
Clean intermediate files.
...
svn path=/branches/xmlbuildsystem/; revision=13084
2005-01-16 18:30:40 +00:00
Casper Hornstrup
e7a44a6878
Build filesystems
...
svn path=/branches/xmlbuildsystem/; revision=13083
2005-01-16 18:14:04 +00:00
Casper Hornstrup
cca9835bf1
Build device drivers
...
svn path=/branches/xmlbuildsystem/; revision=13082
2005-01-16 17:24:37 +00:00
Casper Hornstrup
14af027c76
Build bus drivers
...
svn path=/branches/xmlbuildsystem/; revision=13081
2005-01-16 16:45:53 +00:00
Casper Hornstrup
772c512c90
Export functions in .def files
...
svn path=/branches/xmlbuildsystem/; revision=13080
2005-01-16 16:18:52 +00:00
Casper Hornstrup
fd7f52294b
Don't include full path for --dllname
...
svn path=/branches/xmlbuildsystem/; revision=13079
2005-01-16 14:23:35 +00:00
Casper Hornstrup
40a6da67c4
* KernelModeDriver module support
...
* Build afd.sys
svn path=/branches/xmlbuildsystem/; revision=13078
2005-01-16 13:51:33 +00:00
Casper Hornstrup
41c7d92f46
Add resources to existing modules.
...
svn path=/branches/xmlbuildsystem/; revision=13077
2005-01-16 11:52:30 +00:00
Art Yerkes
9f8bfdb6c1
Added xml for ip libs.
...
svn path=/branches/xmlbuildsystem/; revision=13075
2005-01-16 11:02:12 +00:00
Art Yerkes
1231f84084
Corrected filename trap.S -> trap.s
...
svn path=/branches/xmlbuildsystem/; revision=13072
2005-01-16 09:24:00 +00:00
Royce Mitchell III
c5e94f140e
msys compatibility fix
...
svn path=/branches/xmlbuildsystem/; revision=13071
2005-01-15 23:15:04 +00:00
Royce Mitchell III
2735c4ca05
remove unnecessary call to c_str()
...
svn path=/branches/xmlbuildsystem/; revision=13070
2005-01-15 23:14:53 +00:00