Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(523)

Delta Between Two Patch Sets: intern/dualcon/SConscript

Issue 5491053: Remesh modifier (dual contouring) (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Compilation fix and GPL headers Created 12 years, 3 months ago
Right Patch Set: Updated with build fixes from Sergey Created 12 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « intern/dualcon/CMakeLists.txt ('k') | intern/dualcon/dualcon.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #!/usr/bin/python 1 #!/usr/bin/python
2 Import ('env') 2 Import ('env')
3 3
4 sources = env.Glob('intern/*.cpp') 4 sources = env.Glob('intern/*.cpp')
5 5
6 incs = '.' 6 incs = '. ../../extern/Eigen3'
7 defs = '' 7 defs = ''
8 8
9 env.BlenderLib ('bf_intern_dualcon', sources, Split(incs), Split(defs), libtype= ['intern'], priority=[100] ) 9 env.BlenderLib ('bf_intern_dualcon', sources, Split(incs), Split(defs), libtype= ['intern'], priority=[100] )
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b