1. 29 Sep, 2005 1 commit
  2. 21 Feb, 2005 1 commit
  3. 11 Jan, 2005 1 commit
    • Francois Gouget's avatar
      Fix dll handling. · a286c202
      Francois Gouget authored
      Take DLL_PATH and LIBRARIES into account.
      Simplify a check for paths that don't start with a '/'.
      a286c202
  4. 13 Dec, 2004 1 commit
  5. 30 Oct, 2004 1 commit
  6. 03 Mar, 2004 1 commit
    • Francois Gouget's avatar
      Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc · c7201ce3
      Francois Gouget authored
      but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
      user.
      Remove T_INIT and get_default_init(). These are obsolete (used to
      select the entry-point, WinMain or main).
      If the directory contains headers, then add '.' to INCLUDE_PATH.
      Specify -mnocygwin during the link stage if we are to link with the
      msvcrt.
      Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
      Correctly pass '-mconsole' or '-mwindows' to the link stage.
      Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
      obsolete.
      Add implicit build rules for .c, .cpp, .cxx files so that our settings
      (e.g. INCLUDE_PATH) are used.
      Fix the rule for building RC files (it was invalid and rejected by
      make). Convert it to an implicit rule like the others.
      Add rules for 'make clean'.
      Add the missing rules for recursive compilation.
      Remove obsolete elements from the link command (LDDLLFLAGS,
      ALL_LIBRARY_PATH, LIBS).
      c7201ce3
  7. 27 Feb, 2004 1 commit
  8. 03 Feb, 2004 1 commit
  9. 02 Feb, 2004 1 commit
  10. 30 Jan, 2004 1 commit
  11. 15 Dec, 2003 2 commits
  12. 25 Nov, 2003 1 commit
  13. 18 Nov, 2003 1 commit
  14. 28 Oct, 2003 1 commit
    • Francois Gouget's avatar
      Add support for .dbg.c files. This makes it possible to use the Wine · 1dd53254
      Francois Gouget authored
      tracing macros in Winelib applications.
      The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
      the wine_unicode and wine_uuid detection.
      Fix generation of the clean target (in some corner cases it could
      generate a $(RM) command with no parameter).
      Move the distclean target to the top-level Makefile and make it more
      thorough.
      Update a few autoconf constructs.
      Remote commented out code in wrapper.c. If we need that code we can
      always get it from CVS.
      1dd53254
  15. 27 Oct, 2003 1 commit
  16. 05 Aug, 2003 1 commit
  17. 08 Apr, 2003 1 commit
  18. 27 Mar, 2003 1 commit
  19. 20 Jan, 2003 1 commit
  20. 03 Jan, 2003 1 commit
  21. 02 Jan, 2003 1 commit
  22. 15 Dec, 2002 1 commit
  23. 12 Dec, 2002 1 commit
  24. 06 Nov, 2002 1 commit
  25. 29 Sep, 2002 1 commit
  26. 27 Sep, 2002 1 commit
  27. 26 Sep, 2002 1 commit
  28. 18 Sep, 2002 1 commit
  29. 17 Sep, 2002 1 commit
  30. 13 Sep, 2002 2 commits
    • Martin Wilck's avatar
      - Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll". · 29d48a50
      Martin Wilck authored
      - Automatically add MSVCRT include path if MSVCRT DLL was requested.
      29d48a50
    • Martin Wilck's avatar
      - fix perl syntax error in my own patch · 90d65280
      Martin Wilck authored
      - fix perl syntax error in generate_wrapper_file()
      - fix order of arguments generate_from_template() in generate_wrapper_file()
      - don't ignore command line -l, -I, and -i arguments
      - build wrapper with a minimal set of DLLs/libraries
      - fix autoconf invocation to support both 2.5x and 2.13
      - fix usage message for --nodlls
      - target_init(\$global_settings) must not be done after reading command line
      - fix appName declaration in wrapper code
      90d65280
  31. 11 Sep, 2002 2 commits
  32. 10 Sep, 2002 2 commits
  33. 09 Sep, 2002 1 commit
  34. 06 Sep, 2002 1 commit
  35. 09 Aug, 2002 1 commit
  36. 25 Jul, 2002 1 commit