summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-26 17:26:37 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-26 17:26:37 +0200
commit6f339a64fa98a3517dca2f6aae8bbe2b176382aa (patch)
treea1e802b89909319d46491d76176046efd7d78144 /tools/bootstrp
parent93a3eed87acd6581f851ff92a3332de8e0ff8c29 (diff)
gnumake2: fixing rscdep on windows, delivering manifests for executables on windows
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/rscdep.cxx2
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];