Berk Geveci
|
b51230a565
remove unused include
|
24 years ago |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 years ago |
Berk Geveci
|
46568242fa
BUG: fix for spaces in path to CMakeList.txt file
|
24 years ago |
Ken Martin
|
668974b01c
minor fix
|
24 years ago |
Ken Martin
|
722283804b
support for custom targets on exe and lib
|
24 years ago |
Phil Pritchett
|
8476330979
switched string::compare to strncmp
|
24 years ago |
Phil Pritchett
|
8c582aae12
allow more than one external MS project
|
24 years ago |
Bill Hoffman
|
4e6a9a4357
ENH: IntDir to INTDIR
|
24 years ago |
Phil Pritchett
|
4ba36ca453
INCLUDE_EXTERNAL_MSPROJECT command
|
24 years ago |
Bill Hoffman
|
dd533552bb
fix error in cygwin
|
24 years ago |
Ken Martin
|
7e37a0cafb
include fixes
|
24 years ago |
Ken Martin
|
baa7a4022e
fix for include paths
|
24 years ago |
Ken Martin
|
0fe42a9857
various windows fixes
|
24 years ago |
Bill Hoffman
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 years ago |
Sebastien Barre
|
2f6e0d4703
Convert path format back to Windows slashes syntax. Mandatory for Win98 build.
|
24 years ago |
Bill Hoffman
|
91f27f6fbc
BUG: put spaces in /I paths
|
24 years ago |
Ken Martin
|
f85fc7cda1
better network build support
|
24 years ago |
Ken Martin
|
ba4e56385c
support for network path link libraries
|
24 years ago |
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 |