Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Add correct number of {} on the libBaseName variable
Line 48: Line 48:     
{{#if: {{{libBaseName|}}}|
 
{{#if: {{{libBaseName|}}}|
This creates the libraries, {{libBaseName}}.a, {{libBaseName}}_debug.a, {{libBaseName}}_profile.a at the top level directory.
+
This creates the libraries, {{{libBaseName}}}.a, {{{libBaseName}}}_debug.a, {{{libBaseName}}}_profile.a at the top level directory.
 
|
 
|
 
This creates the executable(s) in the <code>{{{repoName}}}/bin/</code> directory, the debug executable(s) in the <code>{{{repoName}}}/bin/debug/</code> directory, and the profiling executable(s) in the <code>{{{repoName}}}/bin/profile/</code> directory.
 
This creates the executable(s) in the <code>{{{repoName}}}/bin/</code> directory, the debug executable(s) in the <code>{{{repoName}}}/bin/debug/</code> directory, and the profiling executable(s) in the <code>{{{repoName}}}/bin/profile/</code> directory.
 
}}
 
}}

Navigation menu