summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: only output each link path onceBill Hoffman2002-01-171-37/+56
* BUG: allow header files to be added to the dsp fileBill Hoffman2002-01-171-8/+5
* ENH: do not depend on the .dsp file but rather depend on .dsp.cmake and if th...Bill Hoffman2002-01-151-6/+32
* BUG: need spaces around linker optionsBill Hoffman2002-01-081-0/+2
* ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generatorBill Hoffman2002-01-081-2/+9
* ENH: allow custom commands for files that msdev knows aboutBill Hoffman2001-12-171-0/+1
* fix warning for Borland buildSebastien Barre2001-11-301-1/+1
* remove unused includeBerk Geveci2001-11-271-1/+0
* NMake with spaces in directoriesBill Hoffman2001-11-211-1/+1
* BUG: fix for spaces in path to CMakeList.txt fileBerk Geveci2001-11-201-0/+1
* minor fixKen Martin2001-11-121-1/+1
* support for custom targets on exe and libKen Martin2001-11-091-43/+109
* 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