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 |
Bill Hoffman
|
013b9b3849
ENH: escape spaces
|
24 years ago |
Bill Hoffman
|
e30a660df5
ENH: only add .lib if no .lib exists
|
24 years ago |
Brad King
|
dec4d7afe1
ENH: Added use of CMAKE cache entry for generating the DSP build rules.
|
24 years ago |
Ken Martin
|
56714a49d4
fixed custom command rule
|
24 years ago |
Ken Martin
|
4d9b2f59cc
better custom rules
|
24 years ago |
Bill Hoffman
|
96ec40943c
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
|
24 years ago |
Anonymous
|
d6fae5faf0
New command: INCLUDE(somefile.txt)
|
24 years ago |
Ken Martin
|
2da0c57d46
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
24 years ago |
Brad King
|
2f42d7ffcb
BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
|
24 years ago |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
Ken Martin
|
41e1270413
support for debug and opt libraries
|
24 years ago |
Ken Martin
|
30ad61805b
bug fixes
|
24 years ago |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
24 years ago |
Ken Martin
|
24bce99cbf
cleaned up the coding style made ivars private etc
|
24 years ago |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
24 years ago |
Brad King
|
e0da3ef275
ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
|
24 years ago |
Brad King
|
e7bd5fcd19
ENH: Added support for spaces in the output directory names. Spaces in the input directory name may work also, but are untested.
|
24 years ago |
Bill Hoffman
|
70b14df3f0
BUG: fix depends for libraries and executables in the same dir
|
24 years ago |
Jim Miller
|
13b8be3fb7
FIX: configurations list needed to be reset for each dsp file created
|
24 years ago |
Brad King
|
20fb92d80b
ERR: Small bug in generated DSP file fixed. A custom command environment variable has been replaced with explicity writing out the command.
|
24 years ago |
Brad King
|
8c087d0e7a
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
24 years ago |
Brad King
|
410f7d12db
ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon.
|
24 years ago |
Brad King
|
8fb07209eb
ENH: Finished Simplifying dsptemplate processing with in place of separate Release, Debug, ReleaseDLL, ... configurations.
|
24 years ago |
Brad King
|
772b1f6278
ERR: Fixed library path problem for ReleaseMinSize build. should now be used in place of separate Release, Debug, and ReleaseMinSize.
|
24 years ago |
Brad King
|
1b6afc5c53
ENH: Added output of custom rules for XML sources.
|
24 years ago |
Bill Hoffman
|
af30fe6745
BUG: fix circular depends on libraries and remove depends for static libraries
|
25 years ago |