Skip to content

Commit abe0d2d

Browse files
committed
Add debug.cpp for plain Makefile and MSVC
1 parent cbaaa1a commit abe0d2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SOURCES = \
120120
contextualize.cpp \
121121
contextualize_eval.cpp \
122122
cssize.cpp \
123+
debug.cpp \
123124
listize.cpp \
124125
error_handling.cpp \
125126
eval.cpp \

win/libsass.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
<ClCompile Include="..\context.cpp" />
170170
<ClCompile Include="..\contextualize.cpp" />
171171
<ClCompile Include="..\contextualize_eval.cpp" />
172+
<ClCompile Include="..\debug.cpp" />
172173
<ClCompile Include="..\error_handling.cpp" />
173174
<ClCompile Include="..\eval.cpp" />
174175
<ClCompile Include="..\expand.cpp" />

0 commit comments

Comments
 (0)