diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-07 05:35:03 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-07 05:35:03 +0000 |
commit | dd5f0732236493306c97a701dec357353b450dbc (patch) | |
tree | fa874eefeaf5c997a76b1f6439624b055c3d0aea /cpp/src/slice2cs/Main.cpp | |
parent | Fix (diff) | |
download | ice-dd5f0732236493306c97a701dec357353b450dbc.tar.bz2 ice-dd5f0732236493306c97a701dec357353b450dbc.tar.xz ice-dd5f0732236493306c97a701dec357353b450dbc.zip |
Removed --depend option from slice2java (because it was meaningless) and
changed preprocessor to be able to generate dependecies for C#
makefiles.
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 36f999429bf..d96525324a5 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(); + icecpp.printMakefileDependencies(".cs"); } else { |