summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* switched string::compare to strncmpPhil Pritchett2001-11-051-1/+1
* allow more than one external MS projectPhil Pritchett2001-11-021-1/+1
* ENH: IntDir to INTDIRBill Hoffman2001-11-011-6/+6
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-311-1/+4
* fix error in cygwinBill Hoffman2001-09-141-1/+2
* include fixesKen Martin2001-09-111-1/+13
* fix for include pathsKen Martin2001-09-111-1/+1
* various windows fixesKen Martin2001-09-101-0/+1
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-12/+15
* Convert path format back to Windows slashes syntax. Mandatory for Win98 build.Sebastien Barre2001-09-011-2/+7
* BUG: put spaces in /I pathsBill Hoffman2001-08-281-1/+1
* better network build supportKen Martin2001-08-281-51/+27
* support for network path link librariesKen Martin2001-08-271-3/+19
* ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not pos...Ken Martin2001-08-221-0/+4
* OUTDIR->IntDirBerk Geveci2001-08-221-2/+2
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-1/+1
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-2/+5
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-301-4/+4
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-4/+4
* BUG: Fixed dependency generation to work for when there are many, many depend...Brad King2001-07-241-10/+3
* Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,Ian Scott2001-07-031-2/+2
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-9/+8
* BUG: Check for building shared libraries should read from makefile's setting,...Brad King2001-06-271-1/+1
* ENH: boot strap mfc gui and support for MFCBill Hoffman2001-06-201-0/+7
* BUG: Removed generation of stray # Begin Custom Build line.Brad King2001-06-081-1/+0
* adding a "Release with debugging Info" build to CMake for NTIan Scott2001-06-071-0/+4
* ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriterBill Hoffman2001-06-061-13/+13
* BUG: fix EXE and LIB path problemsBill Hoffman2001-06-051-1/+41
* fix for network includ pathsKen Martin2001-06-011-1/+11
* ENH: create CMAKE_CXX_FLAGS_[Buildtype] flagsBill Hoffman2001-05-231-0/+18
* ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default t...Brad King2001-05-231-0/+5
* install fixes for win32Ken Martin2001-05-231-1/+4
* Seems to me that EXEWinHeader was not searched in the right place.Sebastien Barre2001-05-231-4/+4
* 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