Commit Graph

43 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 9c6f2e2d88 winefile: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Alexandre Julliard dff5a02546 winefile: Get rid of the Unix filesystem support.
We already have a unixfs shell folder.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Alexandre Julliard d84de4ca00 makefiles: Support specifying installed files in the top-level makefile.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 14:48:04 +01:00
Alexandre Julliard d5f316bf0a makefiles: Disable binary installation in the individual makefiles on Wow64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-22 14:16:33 +01:00
Carlo Bramini 0e5eed109d winefile: Use StrFormatByteSizeW.
Signed-off-by: Carlo Bramini <carlo_bramini@users.sourceforge.net>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-11 16:59:32 +02:00
Alexandre Julliard 17ac5ba7f9 makefiles: Specify whether to install program binaries in the individual makefiles.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 14:58:50 +09:00
Alexandre Julliard 86b1f94d28 makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +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 e2df0ab856 makefiles: Generate rules from makedep for building and installing man pages. 2013-11-18 11:40:00 +01:00
André Hentschel a8e2b24006 winefile: Fully convert to unicode. 2012-03-26 18:15:39 +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 0185c471ec winefile: Merge accelerators into the main resource file. 2011-12-19 20:15:53 +01:00
Alexandre Julliard 1ce7b7a54c winefile: Convert dialogs to po files. 2011-11-01 12:10:37 +01:00
Alexandre Julliard 08b919f8d9 winefile: Convert menu and string table resources to po files. 2011-01-10 23:37:15 +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 d2989f0d09 winefile: Add a manpage. 2010-11-24 17:59:59 +01:00
Yaron Shahrabani e332f8442e winefile: Added Hebrew translation. 2010-10-22 12:05:29 +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
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc e8e58aa7e4 winefile: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 16:17:59 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Igor Paliychuk e80a1214f8 winefile: Add Ukrainian translations. 2010-02-01 12:08:45 +01:00
Michael Stefaniuc e80b36e7c5 winefile: Compile with -DWINE_NO_UNICODE_MACROS. 2009-08-25 11:27:17 +02:00
Michael Stefaniuc 08ac4a4c22 winefile: Build language resource files separately.
Do not include them from an other rc file.
2009-07-03 11:28:33 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Herve Chanal fb2e9a3aba winefile: A nicer icon. 2008-03-26 23:38:36 +01:00
Alexandre Julliard 6fae47ef9f winefile.exe: We can now store binary files in the repository. 2007-09-18 13:36:47 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Mike McCormack ee20ca1354 winefile: Move the license and warranty text into the resources. 2006-01-31 18:08:45 +01:00
Martin Fuchs 62dbe21168 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
API string manipulation functions as far as possible
- switch to UNICODE compilaton
- remove launch_fileA() and tcscpyn
- don't crash in set_curdir() for NULL in the 'entry' pointer
2005-07-07 12:00:17 +00:00
Martin Fuchs 3512161ddb Implement file properties dialog (partly based on Rob D.'s winfile
code).
2005-06-06 10:02:43 +00:00
Martin Fuchs 4e3fd5f3c3 Implement file filtering (matching of file name patterns and file
types).
2005-05-29 20:05:29 +00:00
Martin Fuchs 4a0a199fcf Implement connecting and disconnecting of network drives. 2005-05-16 21:36:41 +00:00
Piotr Caban c25c8cafe1 - added choosing fonts
- added file moving
2004-09-27 20:35:53 +00:00
Alexandre Julliard 6be39b60f5 Take advantage of the new winegcc -B support. 2004-03-09 04:54:07 +00:00
Alexandre Julliard 6621b2d213 Build all the programs with winegcc. 2004-03-02 21:00:00 +00:00
Alexandre Julliard 20b4585e3c Only link against libdxguid where necessary. 2004-01-27 00:11:16 +00:00
Alexandre Julliard cf83c1254a Define __WINE__ to enable extensions (spotted by Martin Fuchs). 2003-12-13 03:21:30 +00:00
Pavel Roskin 7035adcae4 Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Richard Cohen ca1fe9ec1d Use __WINE__ instead of _WINE_, _WIN32. 2003-08-13 19:38:22 +00:00
Martin Fuchs f6fab8c730 Extended winefile for an optional shell namespace mode. 2003-08-13 01:18:37 +00:00
Alexandre Julliard 65a42168e3 Merged Martin Fuchs' file manager (with the help of Steven Edwards). 2002-06-04 21:29:40 +00:00