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 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Detlef Riekenberg
|
6c0f85c8a6
|
rsabase: Add version resource.
|
2007-12-03 14:44:07 +01: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
|
7837a1ef59
|
rsabase: No need for an import library.
|
2006-02-06 21:46:17 +01:00 |
Alexandre Julliard
|
bba5423d0f
|
Uncomment out DisableThreadLibraryCalls in DllMain and add the
kernel32 imports that it requires.
|
2005-08-29 15:11:37 +00: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 |
Michael Jung
|
fbd4c0ef88
|
Made rsabase forward everything to rsaenh.
|
2005-02-23 20:29:57 +00:00 |
Michael Jung
|
b4b0c243ac
|
Added a tiny unit test for rsabase.dll.
|
2004-07-30 00:06:54 +00:00 |
Juan Lang
|
2faaf2265d
|
Make rsabase.dll self-register.
|
2004-03-01 21:20:33 +00:00 |
Mike McCormack
|
b6de304722
|
Implement enough of rsabase.dll to get Steam to login.
|
2004-02-13 20:47:07 +00:00 |