summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Main.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-06-07 05:35:03 +0000
committerMichi Henning <michi@zeroc.com>2004-06-07 05:35:03 +0000
commitdd5f0732236493306c97a701dec357353b450dbc (patch)
treefa874eefeaf5c997a76b1f6439624b055c3d0aea /cpp/src/slice2cs/Main.cpp
parentFix (diff)
downloadice-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.cpp2
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
{