diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-02 15:52:00 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-02 15:52:00 +0000 |
commit | 9d48130d29987eff18d5ce4edcfdc76b8c8e7031 (patch) | |
tree | 41521962c818717fce3146923d6c7cd328969a4a /cpp/src | |
parent | adding bool param to parser visit() function (diff) | |
download | ice-9d48130d29987eff18d5ce4edcfdc76b8c8e7031.tar.bz2 ice-9d48130d29987eff18d5ce4edcfdc76b8c8e7031.tar.xz ice-9d48130d29987eff18d5ce4edcfdc76b8c8e7031.zip |
adding PythonUtil
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/slice.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/Slice/slice.dsp b/cpp/src/Slice/slice.dsp index 848e7783222..332abc30066 100644 --- a/cpp/src/Slice/slice.dsp +++ b/cpp/src/Slice/slice.dsp @@ -134,6 +134,10 @@ SOURCE=.\Preprocessor.cpp # End Source File
# Begin Source File
+SOURCE=.\PythonUtil.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Scanner.cpp
# End Source File
# End Group
@@ -172,6 +176,10 @@ SOURCE=..\..\include\Slice\Parser.h SOURCE=..\..\include\Slice\Preprocessor.h
# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\Slice\PythonUtil.h
+# End Source File
# End Group
# Begin Group "Resource Files"
|