diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-12-16 16:25:58 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-12-16 16:25:58 +0000 |
commit | 32816fc2f97910bb9f3096639f6a63b476a8d92c (patch) | |
tree | d7dcbddea4c1026ca76cde467935a853797a0ccf /cpp/src | |
parent | Fixed bug in Slice parser the prevented legal enumeration constant (diff) | |
download | ice-32816fc2f97910bb9f3096639f6a63b476a8d92c.tar.bz2 ice-32816fc2f97910bb9f3096639f6a63b476a8d92c.tar.xz ice-32816fc2f97910bb9f3096639f6a63b476a8d92c.zip |
Fixed build
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 47df253b7e1..c821fa091d1 100644 --- a/cpp/src/Slice/slice.dsp +++ b/cpp/src/Slice/slice.dsp @@ -110,6 +110,10 @@ SOURCE=.\CPlusPlusUtil.cpp # End Source File
# Begin Source File
+SOURCE=.\CsUtil.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Grammar.cpp
# End Source File
# Begin Source File
@@ -138,6 +142,10 @@ SOURCE=..\..\incluce\Slice\CPlusPlusUtil.h # End Source File
# Begin Source File
+SOURCE=..\..\incluce\Slice\CsUtil.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Grammar.h
# End Source File
# Begin Source File
|