Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Tor Lillqvist
50ce26da14
WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement
2011-09-29 22:07:55 +03:00
Caolán McNamara
c04c8e918b
ByteString->rtl::OStringBuffer
2011-09-29 09:33:46 +01:00
Caolán McNamara
af1a8de15e
why use a pointer when a reference will do
2011-09-29 09:33:45 +01:00
Thorsten Behrens
f0149fe6ea
Android now builds up to instsetoo_native
...
Last fixes - remove kludge from RepositoryFixes.mk, have redland
build w/o threads for the while, and some hackery to exclude
pointless code like oosplash from android build.
2011-09-28 16:47:49 +02:00
David Tardon
2e2dcefb5f
make WinResTarget's name independent of LinkTarget
2011-09-27 20:01:48 +02:00
David Tardon
a44020dd9e
add resource files
2011-09-26 12:47:35 +02:00
Norbert Thiebaud
cbeebc223b
make the case not ENABLE_QUICKSTART_LIBPNG work again
2011-09-25 16:21:19 -05:00
Norbert Thiebaud
c6811e675c
refactor start.c and splash.c. de-couple the 2 sources and avoid globals
2011-09-25 10:55:11 -05:00
Stephan Bergmann
a66f9903bb
Undo basis/brand split: move dynamic libraries from basis to brand.
2011-09-23 17:55:39 +02:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Tor Lillqvist
8a915ad95f
Simplify the manifest dance
2011-09-22 15:35:11 +03:00
Jan Holesovsky
69bd187a84
$(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)
2011-09-22 13:04:32 +02:00
Jan Holesovsky
b0ddd564c1
Fix manifest creation in the MinGW case (and hopefully not breaking native).
2011-09-22 12:49:10 +02:00
Jan Holesovsky
919ce6a9b8
Unify the MinGW / native Win temporary name here.
2011-09-22 12:49:10 +02:00
Tor Lillqvist
2c1e9e85b3
A trailing "\0" on an ICON line is unnecessary and causes an error
2011-09-22 13:43:28 +03:00
Tor Lillqvist
4c8424fdb6
Small refactoring to avoid duplication of source file list
2011-09-22 13:21:20 +03:00
Tor Lillqvist
60607317f3
This should use a static C/C++ runtime
2011-09-22 13:21:18 +03:00
Tor Lillqvist
69f6285751
Use libcmtd in a dbgutil MSVC build
2011-09-22 13:21:15 +03:00
Tor Lillqvist
8427fab7eb
This is a GUI executable
2011-09-22 13:21:13 +03:00
Tor Lillqvist
c2da4b8e08
No need to do -D_DEBUG here, done in windows.mk
2011-09-22 13:21:11 +03:00
Tor Lillqvist
46292bdf29
Fix the MSVC build of unopkg.com, too
2011-09-22 09:56:00 +03:00
Stephan Bergmann
aa7541be95
Ensure a failing soffice.bin makes oosplash fail.
2011-09-21 23:35:24 +02:00
Stephan Bergmann
0607102c47
Improved some error reporting.
2011-09-21 23:35:24 +02:00
Andras Timar
bf65a6ebc6
include dp_gui_theextmgr.hxx only once
2011-09-21 22:18:03 +02:00
Caolán McNamara
e629526bf5
Fixes for MSVC build
2011-09-21 19:53:10 +03:00
Stephan Bergmann
6560e48afa
Simplify code by letting get_app_path always include a final slash.
2011-09-21 18:16:42 +02:00
Caolán McNamara
0538506fb4
ah, not windows only of course
2011-09-21 15:33:40 +01:00
Caolán McNamara
aba21544bc
get it to link with msvc at least
2011-09-21 15:11:03 +01:00
Andras Timar
cb60a999fe
do not localize files in this directory
2011-09-21 16:08:30 +02:00
Caolán McNamara
36bc016123
WaE: fall through to final return
2011-09-21 13:45:26 +01:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Stephan Bergmann
b1f4e8424b
Removed unused BOXT feature.
2011-09-20 19:25:42 +02:00
Jan Holesovsky
d91df661db
Rename guistdio to crashrep.com.
2011-09-20 16:03:05 +02:00
Jan Holesovsky
6f65af360c
Build unopkg.exe directly.
2011-09-20 15:47:45 +02:00
Jan Holesovsky
151eba7caa
Create unopkg.com directly.
2011-09-20 14:59:25 +02:00
Jan Holesovsky
80f2495481
Create unopkg.bin directly.
2011-09-20 14:59:24 +02:00
Jan Holesovsky
0a5fe3833e
Fix manifest creation.
2011-09-20 14:43:59 +02:00
Tor Lillqvist
f6b3306957
I think this is supposed to be a so-called GUI executable
2011-09-20 15:21:17 +03:00
Tor Lillqvist
9a86428090
unopkgio should be a console executable
2011-09-20 15:21:15 +03:00
Jan Holesovsky
558ebfde8d
Avoid officeloader -> soffice renaming dance, build that directly.
2011-09-20 11:01:45 +02:00
Jan Holesovsky
a32da8aba6
Deliver basis-link and ure-link.
2011-09-20 09:17:00 +02:00
David Tardon
8033c5093e
soffice.sh should not be delivered on MacOS
2011-09-20 06:51:13 +02:00
Jan Holesovsky
581c45ba8e
Make 'desktop' build again with MinGW.
2011-09-19 16:54:20 +02:00
Caolán McNamara
877d87d979
get quickstart to link on windows
2011-09-19 12:20:54 +01:00
Jan Holesovsky
c2ecd9137d
Fix endless loop during building soffice.exe deps on Windows.
2011-09-19 13:17:48 +02:00
Caolán McNamara
7dae2882a8
progress to link stage of loader2
2011-09-19 11:59:42 +01:00
Caolán McNamara
2c17f11963
despite its name, it appears not to be a gui app
2011-09-19 11:23:03 +01:00
Caolán McNamara
04adca77b4
inch closer to building under windows
2011-09-19 10:42:01 +01:00