diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-26 17:26:37 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-26 17:26:37 +0200 |
commit | 6f339a64fa98a3517dca2f6aae8bbe2b176382aa (patch) | |
tree | a1e802b89909319d46491d76176046efd7d78144 /tools/bootstrp | |
parent | 93a3eed87acd6581f851ff92a3332de8e0ff8c29 (diff) |
gnumake2: fixing rscdep on windows, delivering manifests for executables on windows
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index 37edfc6a8c18..9eddce53a678 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -80,7 +80,7 @@ void RscHrcDep::Execute() //static String aDelim; -SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv ) +int main( int argc, char** argv ) { int c; char aBuf[255]; |