Hugh McMaster
|
db4a8bf0ec
|
regsvr32: Clean up and update comments to reflect changes to the codebase.
|
2015-06-26 20:44:28 +09:00 |
Hugh McMaster
|
3f01461ddc
|
regsvr32: Make Dll* exports WINAPI.
|
2015-06-24 19:07:12 +09:00 |
Hugh McMaster
|
485b8dfcf2
|
regsvr32: Add WriteFile fallback if WriteConsole fails.
|
2015-06-24 19:06:34 +09:00 |
Hugh McMaster
|
fdae80d45f
|
regsvr32: Convert codebase to Unicode.
|
2015-06-24 19:06:32 +09:00 |
Hugh McMaster
|
dc1b177a1a
|
regsvr32: Convert if-else block to switch statement.
|
2015-06-16 20:03:56 +09:00 |
Hugh McMaster
|
00c13a20a6
|
regsvr32: Move /i command line code to a separate function.
|
2015-06-16 20:03:39 +09:00 |
Nikolay Sivov
|
37d5149ea5
|
regsvr32: Update program version.
|
2014-12-11 17:36:14 +01:00 |
Nikolay Sivov
|
78720e52da
|
regsvr32: Fix some usage message issues.
|
2014-04-01 13:36:59 +02:00 |
Hugh McMaster
|
2aad5d7caf
|
regsvr32: Fix filename in version definition.
|
2014-03-28 20:09:07 +01:00 |
Hugh McMaster
|
3858ea03a3
|
regsvr32: Move silent check to the output_write function.
|
2014-03-26 19:20:31 +01:00 |
Hugh McMaster
|
412a4f13f6
|
regsvr32: Replace printf calls with WriteConsole function.
|
2014-03-26 19:20:30 +01:00 |
Alexandre Julliard
|
86b1f94d28
|
makefiles: Get rid of the MAKE_PROG_RULES variable.
|
2014-01-02 12:12:57 +01:00 |
Alexandre Julliard
|
e2df0ab856
|
makefiles: Generate rules from makedep for building and installing man pages.
|
2013-11-18 11:40:00 +01:00 |
Frédéric Delanoy
|
5fd54997ba
|
regsvr32: Use BOOL type where appropriate.
|
2013-11-05 11:16:05 +01:00 |
Frédéric Delanoy
|
f0309d295a
|
regsvr32: Fix manpage formatting.
|
2013-07-17 20:30:49 +02:00 |
Alexandre Julliard
|
dcc97a186d
|
Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages.
|
2013-07-16 20:48:05 +02:00 |
Alexandre Julliard
|
da35622b83
|
makefiles: Disable use of Unicode macros globally for all the programs.
|
2012-01-20 13:14:16 +01:00 |
Alexandre Julliard
|
15ccabc9a8
|
makefiles: Add common rules for installing the main man page.
|
2010-12-05 16:17:58 +01:00 |
Austin English
|
f30fa2f4f1
|
regsvr32: Add a manpage.
|
2010-11-23 13:21:52 +01: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 |
Alexandre Julliard
|
6fb39dfe4a
|
programs: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:37 +02:00 |
Andrew Nguyen
|
6fc4954457
|
regsvr32: Continue processing DLL list if an export is not found for a DLL.
|
2010-05-03 17:19:39 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
b66685cdd8
|
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
|
2008-09-03 14:21:41 +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
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
Alexandre Julliard
|
028ab92bf7
|
make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
|
2006-07-10 20:59:06 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
13dccd7541
|
regsvr32: Ignore the /c flag.
|
2006-04-17 12:38:26 +02:00 |
Dmitry Timoshkov
|
2c59936fee
|
regsvr32: Call OleInitialize before registering a DLL.
|
2006-02-09 17:48:12 +01:00 |
Mike McCormack
|
002e143981
|
programs: Use WIN32_LEAN_AND_MEAN.
|
2006-01-18 14:23:11 +01:00 |
Uwe Bonnes
|
6906cbc1bf
|
regsvr32 understands '-' and '/' for arguments.
|
2006-01-16 21:30:38 +01:00 |
Alexandre Julliard
|
ec34a66612
|
Ignore symlink files too (needed for git).
|
2005-11-26 13:12:57 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Andreas Mohr
|
828fd75a96
|
Improve regsvr32 output.
|
2005-07-30 19:04:14 +00:00 |
Mike McCormack
|
d73dad6630
|
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
|
2005-06-04 10:01:25 +00:00 |
Alexandre Julliard
|
6be39b60f5
|
Take advantage of the new winegcc -B support.
|
2004-03-09 04:54:07 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Alexandre Julliard
|
6621b2d213
|
Build all the programs with winegcc.
|
2004-03-02 21:00:00 +00:00 |
Stefan Leichter
|
ee33c001ac
|
Changed the version resource to be created in the common way.
|
2003-11-30 01:42:26 +00:00 |
Stefan Leichter
|
2835ebee12
|
Added version info resource.
|
2003-11-28 23:11:30 +00:00 |
Mike McCormack
|
0a96e52ca2
|
When registering a dll, search the dll's directory for dll
dependencies too.
|
2003-10-07 22:49:44 +00:00 |
Francois Gouget
|
14a5d168e9
|
Fixed some common spelling errors.
|
2003-07-02 04:37:26 +00:00 |
Patrik Stridvall
|
1ee88a2bfb
|
Removed trailing white space.
|
2002-08-28 23:43:43 +00:00 |
Bill Medland
|
08b7a87e63
|
Allow regsvr32 to process multiple filenames (as does the Windows
version).
|
2002-07-20 18:54:03 +00:00 |
Alexandre Julliard
|
336185a864
|
Don't use msvcrt.
|
2002-06-13 19:12:14 +00:00 |
Gregg Mattinson
|
53989ddd89
|
Replaced stricmp/strnicmp with strcasecmp/strncasecmp.
|
2002-06-13 19:11:53 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |