summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/windows.mk
AgeCommit message (Expand)Author
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky
2015-03-05gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDKMichael Stahl
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-03-05shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl
2014-06-30use VCL_HIDE_WINDOWS env on Windows, tooAndras Timar
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-09-22undefined function warning gb_Library__set_soversion_script_platformMichael Stahl
2013-09-09gbuild: add definition of gb_Executable_LAYER to windows.mkMichael Stahl
2013-09-09install whole sdk using filelistsMatúš Kukan
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-09these are set in configureMatúš Kukan
2012-07-15gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVCMichael Stahl
2012-03-25fix mingw build, properly set LO_LIB_DIRMatúš Kukan
2012-03-25fix windows build, properly set LO_LIB_DIRMatúš Kukan
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl
2011-12-25add helper func. to get rc file nameDavid Tardon
2011-11-11Introduce generic windows.mk for gbuild.Jan Holesovsky
2011-11-10gbuild: target platform is identified by the triplet OS/CPU/COMPILERNorbert Thiebaud
2011-11-08factorize RSCTARGET,RSCOMMANd out of platform, and __command_dep in com_GCCNorbert Thiebaud
2011-11-08factorize gb_SrsParMergeTarget_TRANSECPRECOMMAND our of platform/*Norbert Thiebaud
2011-11-08gb_CFGEXPRECOMMAND is not necessary and can be factorized out of platform/*Norbert Thiebaud
2011-11-08UnoApiTarget_* really do not need to be per platformNorbert Thiebaud
2011-11-05gbuild: clean up pointless proliferation of PRECOMMANDs, all alikeMichael Stahl
2011-11-05gbuild: add support for extension description l10nMichael Stahl
2011-10-26WaE: possible change in behavior, change in UDT return calling conventionTor Lillqvist
2011-10-25WaE: ignore also MSVC warning C4706: assignment within conditional expressionTor Lillqvist
2011-10-25Ignore also MSVC warning C4555, as generated by the <list> header in MSVC2008Tor Lillqvist
2011-10-21rename YaccObject to YaccTargetBjoern Michaelsen
2011-10-19Link manifest to the executablesFridrich Strba
2011-10-09Explicitly enable manifest creation.Jan Holesovsky
2011-10-07WaE: Disable also warning C4373Tor Lillqvist
2011-10-05WaE: a GUID can only be associated with a class, interface or namespaceTor Lillqvist
2011-10-04And C4245Tor Lillqvist
2011-10-04Ditto for C4242Tor Lillqvist
2011-10-04Don't bother with MSVC's C4244 warnings, we have too many of themTor Lillqvist
2011-10-04introduce gb_Helper_OUTDIRLIBDIRBjoern Michaelsen
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud
2011-09-30Merge branch 'master' of /home/bjoern/.jenkins/jobs/repo-mirror/workspace/coreBjoern Michaelsen
2011-09-30keep platform stuff in the platform subdirBjoern Michaelsen
2011-09-28Define LIBO_WERROR when warnings are errorsTor Lillqvist
2011-09-27move windows-only call into platform/win*David Tardon
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon
2011-09-26allow adding native windows res. files for executables tooDavid Tardon
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
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-21get bean linking under windowsCaolán McNamara