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/include/Slice/Preprocessor.h | |
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/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 2 |
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(); |