diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-17 05:22:05 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-17 05:22:05 +0000 |
commit | 30ef851374e417cf044e8b0236ce8d8323b4e647 (patch) | |
tree | 090b0d267d2e9ebd30197d2df5da0dc3842c0624 /cpp/src/slice2cs/Main.cpp | |
parent | Changed the way dependencies are printed by slice2java --depend. Updated (diff) | |
download | ice-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/slice2cs/Main.cpp')
-rw-r--r-- | cpp/src/slice2cs/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp index d8262899dce..583c0aad011 100644 --- a/cpp/src/slice2cs/Main.cpp +++ b/cpp/src/slice2cs/Main.cpp @@ -209,7 +209,7 @@ main(int argc, char* argv[]) if(depend) { Preprocessor icecpp(argv[0], argv[idx], cppArgs); - icecpp.printMakefileDependencies(".cs"); + icecpp.printMakefileDependencies(Preprocessor::CSharp); } else { |