Ken Martin
|
abff98fb9d
ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not possible...
|
24 years ago |
Berk Geveci
|
b76b5c6ea2
OUTDIR->IntDir
|
24 years ago |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
24 years ago |
Brad King
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 years ago |
Brad King
|
ddec29c52d
BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
|
24 years ago |
Ian Scott
|
b24861d895
Removed the Uniquification of the include and link directory list in FinalPass,
|
24 years ago |
Brad King
|
1f2c84f284
BUG: Fixed dependency generation to work for when there are many, many dependencies. Output is now easier to ready anyway because each dependency is on its own line.
|
24 years ago |
Ian Scott
|
331c517eeb
Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,
|
24 years ago |
Brad King
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 years ago |
Brad King
|
459dfc7531
BUG: Check for building shared libraries should read from makefile's setting, not directly from the cache.
|
24 years ago |
Bill Hoffman
|
339bdd47b5
ENH: boot strap mfc gui and support for MFC
|
24 years ago |
Brad King
|
1ede7e4e24
BUG: Removed generation of stray # Begin Custom Build line.
|
24 years ago |
Ian Scott
|
4c4184f56c
adding a "Release with debugging Info" build to CMake for NT
|
24 years ago |
Bill Hoffman
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 years ago |
Bill Hoffman
|
8e281e5d5f
BUG: fix EXE and LIB path problems
|
24 years ago |
Ken Martin
|
abab6bc000
fix for network includ paths
|
24 years ago |
Bill Hoffman
|
bc9531c0d1
ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags
|
24 years ago |
Brad King
|
566c8d4ba0
ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default that prints out an error message so that anyone who adds a target doesn't forget to update the switch.
|
24 years ago |
Ken Martin
|
1f6057e864
install fixes for win32
|
24 years ago |
Sebastien Barre
|
827ec6e39a
Seems to me that EXEWinHeader was not searched in the right place.
|
24 years ago |
Sebastien Barre
|
69503c66eb
fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
|
24 years ago |
Ken Martin
|
aa72e182fe
half checked in changes for CMAKE_ROOT
|
24 years ago |
Bill Hoffman
|
1cd9ce6f6e
ENH: unify make process on unix
|
24 years ago |
Ken Martin
|
a12448c19b
added output directory support
|
24 years ago |
Ken Martin
|
78232180f4
fix for expanding library vars
|
24 years ago |
Ken Martin
|
639f1fa239
added registry entry support and windows app support
|
24 years ago |
Bill Hoffman
|
69b51cc245
BUG: fix up gui with values that stay around too long
|
24 years ago |
Geoffrey Cross
|
978407e042
Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it exists
|
24 years ago |
Geoffrey Cross
|
401b9eea0b
ADD LINK32s are now on multiple lines because VC breaks otherwise
|
24 years ago |
Bill Hoffman
|
02bdff675d
BUG: escape spaces before adding .lib
|
24 years ago |