summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2011-09-27Fixed linkoo for Linux again.Stephan Bergmann
2011-09-27Make extension cross-buildable again.Thorsten Behrens
2011-09-27Add MinGW handling to linkoo.Jan Holesovsky
2011-09-26One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky
2011-09-26UNOLIBS_URE are supposed to end with .uno.dll, not only .dll.Jan Holesovsky
2011-09-26allow adding native windows res. files for executables tooDavid Tardon
2011-09-26take pity on the gcc 4.5.X usersCaolán McNamara
2011-09-24also here include linux-CPUNAME as in gbuild.mkMatúš Kukan
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
2011-09-23bump to libexttextcatCaolán McNamara
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-09-23linkoo seems to be unsupported on Mac OS X, make it exit with status 0 there ↵Stephan Bergmann
(so ooinstall does not erroneously fail)
2011-09-23add a retry loop in build.pl on Error 126 on Windows.Norbert Thiebaud
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-22Don't link with msvcrtd if LINKED_LIBS has libcmtdTor Lillqvist
2011-09-22Add libcmtdTor Lillqvist
2011-09-21Ensure a failing linkoo makes ooinstall fail.Stephan Bergmann
2011-09-21Directly use version.lst instead of versionlist.mk.Stephan Bergmann
2011-09-21Removed unused solenv/inc/version_so.hrcStephan Bergmann
2011-09-21get bean linking under windowsCaolán McNamara
2011-09-21Bin OS/2 stuffTor Lillqvist
2011-09-21chmod -xTor Lillqvist
2011-09-21Update to match realityTor Lillqvist
But actually, I would really love it if we could get rid of this version.lst file. Surely we can put this information, if it has to be hardcoded somewhere, in the same minor.mk that already contains version information (and which, unlike this file, actually has been kept updated by us). Or alternatively, get rid of minor.mk and use just this file. Best of all would be to just use the version number from the AC_INIT in configure.in, wouldn't it? Isn't that the normal thing to do? Also, I don't see what hardoced version timestamps as in this file are useful for. If such a timestamp corresponds one-to-one with a version number, the information clearly is redundant? A *build* timestamp is another thing, that might be more useful if file timestamps or package timestamps don't give enough information.
2011-09-20Cleaned up solenv/gdb/makefile.mkStephan Bergmann
2011-09-20Removed unused BOXT feature.Stephan Bergmann
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20Revert "localize.pl is not necessary" - breaks on WindowsAndras Timar
This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10.
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20Consistently rename NONEBIN -> NONE for all platforms.Stephan Bergmann
2011-09-20add 'qtz' key id lang code to ALL caseAndras Timar
2011-09-20Update Zenity with progress icon notificationKevin Hunter
Add a "clock" style progress meter for the build via dynamically generated svg images. The colors are rather arbitrarily chosen, but with a very minor attempt to be readable by color-blind folks. A second round cut of this patch might make the fill and stroke colors configurable.
2011-09-20Use "python" as (build-time) gb_PYTHON if run-time Python usage is disabledTor Lillqvist
2011-09-20there is no special iso.res case any moreAndras Timar
2011-09-20Reverted previous ff1c626, instead renamed NONEBIN -> NONE.Stephan Bergmann
2011-09-20do not call macosx-change-install-name for NONEBIN executableNorbert Thiebaud
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky
2011-09-19Call macosx-change-install-names on executables in gbuild, too.Stephan Bergmann
2011-09-19Removed --leak-check=yes from CppUnit valgrind/memcheck calls.Stephan Bergmann
Can be enabled via VALGRIND_OPTS=--leak-check=yes.
2011-09-19Make 'desktop' build again with MinGW.Jan Holesovsky
2011-09-19unify the unxfbsd.mk into a single file and simplify itBaptiste Daroussin
2011-09-19add comdlg32Caolán McNamara
2011-09-19progress to link stage of loader2Caolán McNamara
2011-09-19Added another missing $, fixes leaking /tmp/gbuild.* files.Matúš Kukan
2011-09-19Need doubled dollarsign here it seems for this to actually work as intendedTor Lillqvist
2011-09-19process more idl files at once - first part: gbuildMatúš Kukan
2011-09-18add helpDavid Tardon
2011-09-17don't try to cat a non existent Jar manifestPeter Foley
2011-09-17actually create the flag after runDavid Tardon
2011-09-17add qtz (key id pseudolanguage) to langlist.mkAndras Timar
2011-09-16remove -r hint -- we are enabling it ourselves in gbuild.mkBjoern Michaelsen