Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
382b9d05
Commit
382b9d05
authored
Aug 31, 2000
by
Bill Hoffman
Browse files
BUG: fix name of command line version in dsp files
parent
3ded009f
Changes
3
Show whitespace changes
Inline
Side-by-side
Source/CMakeSetup.dsw
View file @
382b9d05
...
...
@@ -14,6 +14,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name pcbuilderCMD
End Project Dependency
Begin Project Dependency
Project_Dep_Name CMakeSetupCMD
End Project Dependency
}}}
###############################################################################
...
...
Source/cmDSPMakefile.cxx
View file @
382b9d05
...
...
@@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn
+=
"/"
;
makefileIn
+=
"CMakeLists.txt"
;
std
::
string
dsprule
=
GetHomeDirectory
();
dsprule
+=
"/CMake/
pcbuilder
CMD "
;
dsprule
+=
"/CMake/
Source/CMakeSetup
CMD "
;
dsprule
+=
makefileIn
;
dsprule
+=
" -DSP -H"
;
dsprule
+=
this
->
GetHomeDirectory
();
...
...
Source/cmDSPWriter.cxx
View file @
382b9d05
...
...
@@ -128,7 +128,7 @@ void cmDSPMakefile::WriteDSPBuildRule(std::ostream& fout)
makefileIn
+=
"/"
;
makefileIn
+=
"CMakeLists.txt"
;
std
::
string
dsprule
=
GetHomeDirectory
();
dsprule
+=
"/CMake/
pcbuilder
CMD "
;
dsprule
+=
"/CMake/
Source/CMakeSetup
CMD "
;
dsprule
+=
makefileIn
;
dsprule
+=
" -DSP -H"
;
dsprule
+=
this
->
GetHomeDirectory
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment