diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-03-06 23:23:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-03-06 23:23:25 +0000 |
commit | a46e8e80f10974328703020a9d02eb6c00526e99 (patch) | |
tree | 58010aeb4d056add1f9f3177d1d0c60b2ca61ee2 | |
parent | adding slice2freezej (diff) | |
download | ice-a46e8e80f10974328703020a9d02eb6c00526e99.tar.bz2 ice-a46e8e80f10974328703020a9d02eb6c00526e99.tar.xz ice-a46e8e80f10974328703020a9d02eb6c00526e99.zip |
win32 fixes
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 2 | ||||
-rw-r--r-- | cpp/src/Slice/slice.dsp | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index e9b92a6cf87..62cb997b439 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -17,7 +17,7 @@ namespace Slice { -class JavaGenerator : public ::IceUtil::noncopyable +class SLICE_API JavaGenerator : public ::IceUtil::noncopyable { public: diff --git a/cpp/src/Slice/slice.dsp b/cpp/src/Slice/slice.dsp index 7ed5e4e5d0d..eb308187444 100644 --- a/cpp/src/Slice/slice.dsp +++ b/cpp/src/Slice/slice.dsp @@ -112,6 +112,10 @@ SOURCE=.\Grammar.cpp # End Source File
# Begin Source File
+SOURCE=.\JavaUtil.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Parser.cpp
# End Source File
# Begin Source File
|