PCH support
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.cpp
2005-03-10 Royce Mitchell IIIPCH support
2005-03-09 Royce Mitchell IIIsimplified <if> handling ( and fixed several bugs,...
2005-03-09 Royce Mitchell IIIfixed some dependency issues, verbose support, 'make...
2005-03-08 Royce Mitchell IIIadjust newlines around rsym command
2005-03-08 Royce Mitchell IIIdetect PCH support ( not doing anything more than detec...
2005-03-08 Casper HornstrupHave Makefile.auto depend on xml build files
2005-03-06 Casper HornstrupRun rsym on images
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-25 Royce Mitchell IIIfix NUL, move macros to the bootstrap makefile as necessary
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Casper HornstrupAdd stub GNU makefile
2005-02-11 Casper Hornstrup* Run build tools after parsing build files
2005-02-08 Casper HornstrupGenerate reactos.cab
2005-02-01 Casper HornstrupUse automatic dependencies to mark files to be rebuilt.
2005-01-31 Casper HornstrupGenerate automatic dependencies.
2005-01-28 Casper HornstrupStarted on automatic dependencies support
2005-01-22 Casper Hornstrup* Invoke cabman when building a CD
2005-01-22 Casper Hornstrup* Build cabman and zlib
2005-01-22 Casper Hornstrup* Build freeldr
2005-01-20 Casper HornstrupModules are built in the intermediate directory.
2005-01-20 Casper HornstrupFix copy/paste error.
2005-01-20 Casper Hornstrup* Build bin2res, winmm, comctl32, aclui, acledit
2005-01-20 Steven Edwardshard code mingw32-* for cross-compile, this is bad.
2005-01-20 Royce Mitchell IIImark off area where variables need to differ for *nix
2005-01-17 Art YerkesMore commits of the same. SVN is being a bit picky...
2005-01-16 Casper Hornstrup* Build networking components
2005-01-15 Casper HornstrupRefactor GenerateGlobalCFlagsAndProperties
2005-01-15 Casper HornstrupWindres support.
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-13 Royce Mitchell IIIgenerate clean rules
2005-01-13 Royce Mitchell IIIbugfixes to new <if> and related code
2005-01-13 Royce Mitchell IIIadd support for <if> and <property>
2005-01-12 Casper Hornstrup* Keep project level includes and defines in PROJECT_CFLAGS
2005-01-09 Casper Hornstrup* Nasm support
2005-01-09 Royce Mitchell IIIuse enum instead of string in more places
2005-01-09 Royce Mitchell IIIadd 'location' information to a couple exceptions that...
2005-01-09 Royce Mitchell IIIreplaced Backend Factory's vector with a map.
2005-01-08 Casper HornstrupBuildTool module type support.
2005-01-08 Royce Mitchell IIIuse ROS_TEMPORARY and ROS_INTERMEDIATE to allow builder...
2005-01-08 Royce Mitchell IIIDon't pass objects ( particularly vectors ) by value...
2005-01-08 Casper HornstrupStatic library module type.
2005-01-06 Casper Hornstrup* Generate kernel
2005-01-06 Casper HornstrupGenerate dependencies for kernel module type.
2005-01-06 Royce Mitchell IIImuch better factory implementation - thanks art yerkes
2005-01-06 Royce Mitchell IIIFactories for Backend creation
2005-01-05 Casper HornstrupParse libraries.
2005-01-05 Casper HornstrupGenerate MinGW makefile in the backend.
2005-01-05 Casper HornstrupHandle modules.
2005-01-05 Royce Mitchell IIIpch.h can be used as pre-compiled header
2005-01-05 Royce Mitchell IIIdon't define macros that conflict with MinGW system...
2005-01-04 Casper HornstrupMinGW backend.