summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/midl.py
Commit message (Expand)AuthorAgeFilesLines
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-3/+5
* Add a deprecated warning for the scanner keyword argument for Builder creatio...Steven Knight2004-10-061-1/+1
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-1/+8
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Make the midl builder put the targets in the target directory, rather than th...Steven Knight2004-01-161-2/+2
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-151-2/+2
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-2/+4
* Set up for development.Steven Knight2003-06-281-1/+1
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-291-1/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+70