summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-5/+5
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-89/+65
|
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵Brad King2001-04-091-1/+1
| | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
* ENH: Added support for spaces in the output directory names. Spaces in the ↵Brad King2001-04-091-17/+23
| | | | input directory name may work also, but are untested.
* BUG: fix depends for libraries and executables in the same dirBill Hoffman2001-04-061-3/+28
|
* FIX: configurations list needed to be reset for each dsp file createdJim Miller2001-04-061-0/+4
|
* ERR: Small bug in generated DSP file fixed. A custom command environment ↵Brad King2001-03-201-2/+1
| | | | variable has been replaced with explicity writing out the command.
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-85/+123
| | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
* ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in ↵Brad King2001-03-191-0/+3
| | | | this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon.
* ENH: Finished Simplifying dsptemplate processing with in place of separate ↵Brad King2001-03-091-31/+14
| | | | Release, Debug, ReleaseDLL, ... configurations.
* ERR: Fixed library path problem for ReleaseMinSize build. should now be ↵Brad King2001-03-091-6/+1
| | | | used in place of separate Release, Debug, and ReleaseMinSize.
* ENH: Added output of custom rules for XML sources.Brad King2001-03-081-0/+3
|
* BUG: fix circular depends on libraries and remove depends for static librariesBill Hoffman2001-02-281-0/+1
|
* many enhancements including dll supportKen Martin2001-02-271-5/+25
|
* a variety of fixes and enhancementsKen Martin2001-02-261-11/+100
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-34/+23
|
* some cleanup and fixesKen Martin2001-02-151-41/+41
|
* ENH: add define flags in the right placeBill Hoffman2001-01-121-3/+3
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-39/+51
| | | | CMakeLists.txt files.
* ENH: clean up code, and varible namesBill Hoffman2000-09-211-8/+2
|
* ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ↵Bill Hoffman2000-09-181-3/+3
| | | | source and binary directories
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-121-23/+46
| | | | directories of the system.
* BUG: fix name of command line version in dsp filesBill Hoffman2000-08-311-1/+1
|
* ENH: move from tools and create working CMake programBill Hoffman2000-08-301-30/+31
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+278