Skip to content

Commit

Permalink
Debugger: Add expression-related model classes to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Nov 8, 2014
1 parent 8a038c4 commit 1af58b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/debugger/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Application Debugger :
AreaInfo.cpp
Breakpoint.cpp
DisassembledCode.cpp
ExpressionInfo.cpp
ExpressionValues.cpp
FileSourceCode.cpp
Image.cpp
ImageInfo.cpp
Expand Down Expand Up @@ -336,6 +338,7 @@ Application Debugger :
CompoundValueNode.cpp
CStringValueNode.cpp
EnumerationValueNode.cpp
ExpressionValueNode.cpp
PointerToMemberValueNode.cpp
PrimitiveValueNode.cpp
VariableValueNodeChild.cpp
Expand Down

0 comments on commit 1af58b2

Please sign in to comment.