Age | Commit message (Collapse) | Author |
|
- properly handle linker arguments which apparently need to be at the
end; without this a configure test to determine name of generated
executable fails in firebird with MSVC 2012
- support -o *.o
- support -o *.dll
- support -def:*
- ignore -Wl,*
Change-Id: Ia256cb10cc76ae834fc39264609bb120320821f6
|
|
Mainly this means using /MDd instead of /MD and /MTd instead of /MT in
the CFLAGS, and also re-mapping of .lib files to ones with "d".
Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
|
|
Change-Id: I852b4e159f818854fd2ac5bdcd14343b2a628134
|
|
Change-Id: I4db04d8ce04c928b67d86172fcbe33adacbd85d8
|
|
Change-Id: Iba8b39d1ce6f3f9a9fa894c9abc6821b43c80433
|
|
Change-Id: If43721642f2453671e74ccda9572f873360ca65a
|
|
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da
Reviewed-on: https://gerrit.libreoffice.org/2715
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|