Commit Graph

52 Commits

Author SHA1 Message Date
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard 70f552c617 mapi32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-10 10:57:34 +02:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard b41fc57ef6 mapi32: Convert translations to po files. 2011-01-06 16:14:33 +01:00
Paul Vriens 60356ffe63 mapi32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 10:24:24 +01:00
Yaron Shahrabani 2c4b2b792a mapi32: Added Hebrew translation. 2010-10-14 10:02:05 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Anders Jonsson fa10d003b2 mapi32: Add Swedish translation. 2010-08-02 12:55:20 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Igor Paliychuk 8da420d1b3 mapi32: Add Ukrainian translation. 2010-07-08 17:33:36 +02:00
Ken Sharp 5ef7e7b8d4 mapi32: Add Gaelic resource. 2010-07-07 16:14:05 +02:00
Ken Sharp d7b8831a8d mapi32: Add Welsh resource. 2010-07-06 11:18:26 +02:00
Alexander Nicolaysen Sørnes 7f0273a98f mapi32: Add Norwegian Bokmål translation. 2010-06-30 16:19:45 +02:00
Kovács András 11b84ce207 mapi32: Add Hungarian translation. 2010-06-29 10:52:58 +02:00
Hwang YunSong ed264c4bb7 mapi32: New Korean resource. 2010-06-21 11:48:43 +02:00
Akihiro Sagawa 87b15dfc90 mapi32: Add Japanese translation. 2010-06-21 11:46:32 +02:00
Ricardo Filipe 579ebdb4cb mapi32: Add Portuguese Portugal translation. 2010-06-12 12:07:44 +02:00
Łukasz Wojniłowicz 154e95a698 mapi32: Add the Polish translation. 2010-06-07 12:55:02 +02:00
Paul Vriens e3a30e38fc mapi32: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:16 +02:00
Luca Bennati 3e4935b9e3 mapi32: Add Italian translation. 2010-05-31 12:14:29 +02:00
Michael Stefaniuc 6db1531ad7 mapi32: Add the Romanian translation. 2010-05-24 14:11:27 +02:00
Matej Špindler bdb373d5c4 mapi32: Add Slovenian translation. 2010-05-17 12:42:31 +02:00
Paul Vriens 02163ffeaa mapi32: Add Dutch translation. 2010-04-21 11:57:31 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
José Manuel Ferrer Ortiz bd5f4637a1 mapi32: New Spanish translations. 2010-02-15 12:47:57 +01:00
Vladimir Pankratov 9e394d86b4 mapi32: Add Russian translation. 2009-12-22 13:48:24 +01:00
Frédéric Delanoy 5dbbe5a7f1 mapi32: Add French translation. 2009-12-21 15:01:22 +01:00
Aurimas Fišeras e05267dd14 mapi32: Add Lithunian translation. 2009-12-18 12:49:31 +01:00
André Hentschel 79dd011839 mapi32: Add German resource. 2009-12-18 11:40:29 +01:00
Owen Rudge b4b7724a79 mapi32: Remove fallback procedure in MAPISendMail and replace with error message. 2009-12-17 13:25:51 +01:00
Owen Rudge b6e5ee604a mapi32: Scan registry for MAPI providers and load them. 2009-09-18 11:00:35 -05:00
Vincent Povirk c0dbcbab52 mapi32: Add version resource. 2009-02-25 12:37:05 +01:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Michael Stefaniuc b80cb315fd mapi32: Win64 printf format warning fixes. 2006-10-10 11:56:42 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 5cf75e615a makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +02:00
Alexandre Julliard eb8a40c368 libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Hans Leidekker d63835c2e3 mapi32: Implementation for MAPISendMail.
Implement MAPISendMail, stub MAPILogoff and make the stubs for
MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
2006-02-06 14:12:05 +01:00
Alexandre Julliard 34fa35dc99 Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
2005-05-09 14:42:30 +00:00
Steven Edwards 15cc98515c Link mapi32 to ntdll. 2005-03-14 10:04:40 +00:00
Jon Griffiths 18b26d893a Implement DllMain, DllCanUnloadNow, WrapProgress,
MAPIGetDefaultMalloc, IsBadBoundedStringPtr, UFromSz, UlFromSzHex,
CbOfEncoded.
Add tests for the above.
2004-11-30 17:38:52 +00:00
Jon Griffiths c79b70d6a4 Implement MAPI property & utility functions. 2004-04-23 23:28:27 +00:00
Dimitrie O. Paun fbdfd910c1 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. 2003-10-11 01:09:15 +00:00
Alexandre Julliard 2ab7625934 Removed most imports of ntdll since we no longer import Wine internal
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard 67371bcc8d Added -res option to specify resources on winebuild command-line.
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00