2003-03-20 |
Alexandre Julliard | Replaced tempnam by mkstemps. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Don't use libwine_port in makedep to avoid dependency... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-20 |
Dimitrie O. Paun | Introduce the -J, --input-format options for compatibil... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Added check for duplicate ordinals, and fixed bug it... |
tree | commitdiff |
2003-03-19 |
Dimitrie O. Paun | Remove -J, -P, and -V as they have long options equival... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Handle end of line as a syntactic element in the spec... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Removed support for the 'forward' ordinal type. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Disable 'variable' in Win32 spec files. |
tree | commitdiff |
2003-03-16 |
Alexandre Julliard | Don't enter an imported dll in the import table at... |
tree | commitdiff |
2003-03-16 |
Alexandre Julliard | Make sure we display the correct file name and line... |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Improve the look/content of the man page output. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Only sort the number of symbols actually found. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Output a dummy function for linking. |
tree | commitdiff |
2003-03-05 |
Duane Clark | Add full listing format option. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
tree | commitdiff |
2003-02-26 |
Dimitrie O. Paun | Remove assembly generation from wrc. |
tree | commitdiff |
2003-02-25 |
Dimitrie O. Paun | No need to support -mwindows as a synonim for -mgui... |
tree | commitdiff |
2003-02-24 |
Dimitrie O. Paun | Link in shell32 only in gui mode. |
tree | commitdiff |
2003-02-18 |
Steven Edwards | Porting fixes. |
tree | commitdiff |
2003-02-12 |
Tony Lambregts | Modify the wineconf tags so that the sample config... |
tree | commitdiff |
2003-02-11 |
Dimitrie O. Paun | Add option to set preprocessor (not yet implemented). |
tree | commitdiff |
2003-02-01 |
Alexandre Julliard | Made process and thread ids small integers instead... |
tree | commitdiff |
2003-02-01 |
Dimitrie O. Paun | Merge README.wrc into wrc's man page. |
tree | commitdiff |
2003-01-31 |
Dimitrie O. Paun | Remove header file generation, and related options. |
tree | commitdiff |
2003-01-23 |
Gerald Pfeifer | Declare variable only if needed. |
tree | commitdiff |
2003-01-21 |
Dan Kegel | Added Windows-compatible start.exe. |
tree | commitdiff |
2003-01-21 |
Dan Kegel | \ at EOL in string now behaves like in msvc6's rc. |
tree | commitdiff |
2003-01-20 |
Dimitrie O. Paun | Remove the obsolete wrc options: -A, -T, and -t. |
tree | commitdiff |
2003-01-20 |
Marcus Meissner | Include $prefix/include/wine/windows into the WINE... |
tree | commitdiff |
2003-01-11 |
Johannes E. Schindelin | Allow C++ comments after #endif. |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Added windres compatibility switches: -v, --[no-]use... |
tree | commitdiff |
2003-01-10 |
Alexandre Julliard | Fixed handling of trailing whitespace after #else and... |
tree | commitdiff |
2003-01-10 |
Dimitrie O. Paun | Support default output name (a.out); some configure... |
tree | commitdiff |
2003-01-09 |
Alexandre Julliard | Do not define __WINESRC__ when building tools and miscemu. |
tree | commitdiff |
2003-01-09 |
Ove Kaaven | Declare user-marshaller prototypes for types declared... |
tree | commitdiff |
2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Teach winegcc to produce executables directly from... |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Add support for .drv extension (for winspool.drv tests... |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | mingw links in comdlg32, shell32, and advapi32 by default. |
tree | commitdiff |
2003-01-05 |
Francois Gouget | Standardize the capitalization of Wine. |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | Pass -l's that are not .dll's or .a's to the linker. |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | - Define the standard __WINE__ and __WIN32__ macros. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Pass only the -o -l -L options to winewrap, ignore... |
tree | commitdiff |
2003-01-03 |
Alexandre Julliard | Removed a couple of no longer used tests in the generat... |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Properly handle the -M switch. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Properly link agains .a files using the -l switch. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Simplify the code for the generated wrapper. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Support outputing files to a different directory than... |
tree | commitdiff |
2003-01-03 |
Patrik Stridvall | Added --include-quotes option that fixes #include to... |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Added C++ support & small cleanups. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Support C++ linking with a new -C switch. |
tree | commitdiff |
2003-01-02 |
Alexandre Julliard | Updated for recent options changes. |
tree | commitdiff |
2003-01-02 |
Jeff Smith | Several improvements and corrections, foremost being... |
tree | commitdiff |
2003-01-02 |
Patrik Stridvall | - API files update. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add support for wrapper generation to winewrap. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Compile with WINE_UNICODE_NATIVE defined, essential... |
tree | commitdiff |
2003-01-02 |
Eric Pouech | Removed unused #include of module.h. |
tree | commitdiff |
2003-01-02 |
Andreas Mohr | Increment log output from 200 lines to 3000 lines. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add the -F option to set a DLL's filename. |
tree | commitdiff |
2002-12-23 |
Dimitrie O. Paun | Add support for library path (-L). |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Don't ignore sprintf/sscanf imports, semantics are... |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Renamed mingwrap to winegcc. |
tree | commitdiff |
2002-12-19 |
Tapio Kautto | Fix for missing ppdebug variable. |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Avoid referencing potentially freed token. |
tree | commitdiff |
2002-12-19 |
Dimitrie O. Paun | Remove the -L wrc option, as no automatic fudging of... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | The link command specifies which version of the C libra... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Fix the type of the This pointer in the vtbl functions... |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Better handling of errors while fork/execing. |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Pass the gui flag to winewrap if we're linking a GUI... |
tree | commitdiff |
2002-12-16 |
Francois Gouget | On Windows windef.h must be included before winbase.h. |
tree | commitdiff |
2002-12-16 |
Francois Gouget | Add '--' option for passing extra arguments to the... |
tree | commitdiff |
2002-12-15 |
Ove Kaaven | Output raw ICOM-less C/C++ interface definitions by... |
tree | commitdiff |
2002-12-15 |
Jeff Smith | Updated winemaker to account for change in wine's linki... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added y.tab.[ch] pseudo-dependencies to fix parallel... |
tree | commitdiff |
2002-12-15 |
Dimitrie O. Paun | Teach mingwrap to use winewrap to do the linking, just... |
tree | commitdiff |
2002-12-15 |
Dimitrie O. Paun | Small cleanups to match current build process. |
tree | commitdiff |
2002-12-15 |
Ove Kaaven | Include guiddef.h in widltypes.h. |
tree | commitdiff |
2002-12-13 |
Dimitrie O. Paun | New wine build utility that should make it easy for... |
tree | commitdiff |
2002-12-12 |
Jeff Smith | Add 'distclean' target to winemaker-generated projects. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Do not display the long options in the usage message... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Made stdcall decoration in .def files the default,... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Warning fix. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Wine internal includes should not be in the include... |
tree | commitdiff |
2002-12-11 |
Dimitrie O. Paun | wrc should be aware of the location of the system headers. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Updated to the latest version. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Try to open source file in current directory first... |
tree | commitdiff |
2002-12-11 |
Francois Gouget | Fix stderr redirection. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | Gracefully degrade to getopt if getopt_long does not... |
tree | commitdiff |
2002-12-07 |
Alexandre Julliard | Replaced 'ignore' spec file directive by the -i option. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Fixed mingwrap install command. |
tree | commitdiff |
2002-12-06 |
Dimitrie O. Paun | Make wrc command line compatible with windres. |
tree | commitdiff |
next |