summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Preprocessor.h
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/include/Slice/Preprocessor.h
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/include/Slice/Preprocessor.h')
-rw-r--r--cpp/include/Slice/Preprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h
index 7e6f89179e1..021a94e8e5e 100644
--- a/cpp/include/Slice/Preprocessor.h
+++ b/cpp/include/Slice/Preprocessor.h
@@ -33,7 +33,7 @@ public:
FILE* preprocess(bool);
bool close();
- void printMakefileDependencies();
+ void printMakefileDependencies(const std::string& = ".cpp");
std::string getBaseName();