We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaaa1a commit abe0d2dCopy full SHA for abe0d2d
Makefile
@@ -120,6 +120,7 @@ SOURCES = \
120
contextualize.cpp \
121
contextualize_eval.cpp \
122
cssize.cpp \
123
+ debug.cpp \
124
listize.cpp \
125
error_handling.cpp \
126
eval.cpp \
win/libsass.vcxproj
@@ -169,6 +169,7 @@
169
<ClCompile Include="..\context.cpp" />
170
<ClCompile Include="..\contextualize.cpp" />
171
<ClCompile Include="..\contextualize_eval.cpp" />
172
+ <ClCompile Include="..\debug.cpp" />
173
<ClCompile Include="..\error_handling.cpp" />
174
<ClCompile Include="..\eval.cpp" />
175
<ClCompile Include="..\expand.cpp" />
0 commit comments