summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.Sebastien Barre2001-05-221-3/+3
|
* half checked in changes for CMAKE_ROOTKen Martin2001-05-171-5/+5
|
* ENH: unify make process on unixBill Hoffman2001-05-161-2/+0
|
* added output directory supportKen Martin2001-05-151-0/+16
|
* fix for expanding library varsKen Martin2001-05-111-1/+2
|
* added registry entry support and windows app supportKen Martin2001-05-111-1/+10
|
* BUG: fix up gui with values that stay around too longBill Hoffman2001-05-101-1/+1
|
* Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it existsGeoffrey Cross2001-05-101-16/+29
|
* ADD LINK32s are now on multiple lines because VC breaks otherwiseGeoffrey Cross2001-05-091-0/+33
|
* BUG: escape spaces before adding .libBill Hoffman2001-05-091-16/+10
|
* ENH: escape spacesBill Hoffman2001-05-091-3/+3
|
* ENH: only add .lib if no .lib existsBill Hoffman2001-05-091-3/+12
|
* ENH: Added use of CMAKE cache entry for generating the DSP build rules.Brad King2001-05-041-35/+2
|
* fixed custom command ruleKen Martin2001-05-041-25/+27
|
* better custom rulesKen Martin2001-05-041-20/+24
|
* ENH: implement ADD_TARGET command, and add an ALL_BUILD targetBill Hoffman2001-05-011-10/+73
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-301-35/+14
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-5/+5
| | | | libraries to link against
* BUG: Removed output of dual rules for source files that are processed by ↵Brad King2001-04-271-26/+11
| | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* support for debug and opt librariesKen Martin2001-04-261-36/+58
|
* bug fixesKen Martin2001-04-261-31/+37
|
* many fixes and cleanup and featuresKen Martin2001-04-241-10/+9
|
* 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