summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Main.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-06-17 05:22:05 +0000
committerMichi Henning <michi@zeroc.com>2004-06-17 05:22:05 +0000
commit30ef851374e417cf044e8b0236ce8d8323b4e647 (patch)
tree090b0d267d2e9ebd30197d2df5da0dc3842c0624 /cpp/src/slice2java/Main.cpp
parentChanged the way dependencies are printed by slice2java --depend. Updated (diff)
downloadice-30ef851374e417cf044e8b0236ce8d8323b4e647.tar.bz2
ice-30ef851374e417cf044e8b0236ce8d8323b4e647.tar.xz
ice-30ef851374e417cf044e8b0236ce8d8323b4e647.zip
Changed the way dependencies are printed by slice2java --depend. Updated
ant build task accordingly. Fixed a few incorrect project settings for VC++.
Diffstat (limited to 'cpp/src/slice2java/Main.cpp')
-rw-r--r--cpp/src/slice2java/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Main.cpp b/cpp/src/slice2java/Main.cpp
index 227652a4abc..fbfbdcdc0ed 100644
--- a/cpp/src/slice2java/Main.cpp
+++ b/cpp/src/slice2java/Main.cpp
@@ -209,7 +209,7 @@ main(int argc, char* argv[])
if(depend)
{
Preprocessor icecpp(argv[0], argv[idx], cppArgs);
- icecpp.printMakefileDependencies(".java");
+ icecpp.printMakefileDependencies(Preprocessor::Java);
}
else
{