Bill Hoffman
|
8c3400dc6b
ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type
|
24 年之前 |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 年之前 |
Bill Hoffman
|
3df3d839cc
ENH: only output each link path once
|
24 年之前 |
Bill Hoffman
|
26f5ac3b49
BUG: allow header files to be added to the dsp file
|
24 年之前 |
Bill Hoffman
|
cb796a7227
ENH: do not depend on the .dsp file but rather depend on .dsp.cmake and if the .dsp actually changes, then write it, so clean and rebuild will not cause many reloads
|
24 年之前 |
Bill Hoffman
|
bc1742dd60
BUG: need spaces around linker options
|
24 年之前 |
Bill Hoffman
|
6dc78a2315
ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generator
|
24 年之前 |
Bill Hoffman
|
b451ff80f9
ENH: allow custom commands for files that msdev knows about
|
24 年之前 |
Sebastien Barre
|
b180bf609b
fix warning for Borland build
|
24 年之前 |
Berk Geveci
|
b51230a565
remove unused include
|
24 年之前 |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 年之前 |
Berk Geveci
|
46568242fa
BUG: fix for spaces in path to CMakeList.txt file
|
24 年之前 |
Ken Martin
|
668974b01c
minor fix
|
24 年之前 |
Ken Martin
|
722283804b
support for custom targets on exe and lib
|
24 年之前 |
Phil Pritchett
|
8476330979
switched string::compare to strncmp
|
24 年之前 |
Phil Pritchett
|
8c582aae12
allow more than one external MS project
|
24 年之前 |
Bill Hoffman
|
4e6a9a4357
ENH: IntDir to INTDIR
|
24 年之前 |
Phil Pritchett
|
4ba36ca453
INCLUDE_EXTERNAL_MSPROJECT command
|
24 年之前 |
Bill Hoffman
|
dd533552bb
fix error in cygwin
|
24 年之前 |
Ken Martin
|
7e37a0cafb
include fixes
|
24 年之前 |
Ken Martin
|
baa7a4022e
fix for include paths
|
24 年之前 |
Ken Martin
|
0fe42a9857
various windows fixes
|
24 年之前 |
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 年之前 |
Sebastien Barre
|
2f6e0d4703
Convert path format back to Windows slashes syntax. Mandatory for Win98 build.
|
24 年之前 |
Bill Hoffman
|
91f27f6fbc
BUG: put spaces in /I paths
|
24 年之前 |
Ken Martin
|
f85fc7cda1
better network build support
|
24 年之前 |
Ken Martin
|
ba4e56385c
support for network path link libraries
|
24 年之前 |
Ken Martin
|
abff98fb9d
ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not possible...
|
24 年之前 |
Berk Geveci
|
b76b5c6ea2
OUTDIR->IntDir
|
24 年之前 |
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 年之前 |