Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Commit

Permalink
Added issue #15 example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Oct 17, 2013
1 parent 586e655 commit fd40f34
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 293 deletions.
6 changes: 6 additions & 0 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,10 @@ objects = env.Object(source = sources) # + [nedmallocliblib]
issue8 = env.Program("issue8", source = objects, LINKFLAGS=env['LINKFLAGSEXE'])
outputs['issue8']=(issue8, sources)

# issue 15
sources = [ "issue15.cpp" ]
objects = env.Object(source = sources) # + [nedmallocliblib]
issue15 = env.Program("issue15", source = objects, LINKFLAGS=env['LINKFLAGSEXE'])
outputs['issue15']=(issue15, sources)

Return("outputs")
Loading

0 comments on commit fd40f34

Please sign in to comment.