Commit Graph

255 Commits

Author SHA1 Message Date
Alexandre Julliard 7f9f78aecd makefile: Use git-ls-files if possible to build tags files. 2007-01-26 13:54:07 +01:00
Rob Shearman c82fde4058 credui: Add stubbed out credui DLL. 2007-01-23 12:01:59 +01:00
Hans Leidekker 396f6c05d1 snmpapi: Add a bunch of tests. 2007-01-23 11:31:59 +01:00
Detlef Riekenberg 161897e187 sfc_os: Add stub for sfc_os.dll. 2007-01-17 12:15:36 +01:00
Alexandre Julliard dc3961bc78 wineoss: Renamed the dlls/winmm/wineoss directory to dlls/wineoss.drv. 2007-01-10 13:46:14 +01:00
Alexandre Julliard ae0380d97f winenas: Renamed the dlls/winmm/winenas directory to dlls/winenas.drv. 2007-01-10 13:45:39 +01:00
Alexandre Julliard 7fc151d612 winejack: Renamed the dlls/winmm/winejack directory to dlls/winejack.drv. 2007-01-10 13:45:03 +01:00
Alexandre Julliard 851e6d7c4f wineesd: Renamed the dlls/winmm/wineesd directory to dlls/wineesd.drv. 2007-01-10 13:44:20 +01:00
Alexandre Julliard 9402089ea9 winecoreaudio: Renamed the dlls/winmm/winecoreaudio directory to dlls/winecoreaudio.drv. 2007-01-10 13:43:27 +01:00
Alexandre Julliard f972d66263 wineaudioio: Renamed the dlls/winmm/wineaudioio directory to dlls/wineaudioio.drv. 2007-01-10 13:42:34 +01:00
Alexandre Julliard 5f0241fd91 winearts: Renamed the dlls/winmm/winearts directory to dlls/winearts.drv. 2007-01-10 13:41:40 +01:00
Alexandre Julliard 01905338ea winealsa: Renamed the dlls/winmm/winealsa directory to dlls/winealsa.drv. 2007-01-10 13:40:39 +01:00
Bill Medland cf6e0d8270 odbccp32: Add tests structure. 2007-01-10 11:59:47 +01:00
Alexandre Julliard f231a70f4c joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv. 2006-12-29 14:29:20 +01:00
Alexandre Julliard 7035aa5041 make_makefiles: Generate the top-level .gitignore file.
Add a PROGRAMS variable in some makefiles to make things easier.
2006-12-27 21:23:36 +01:00
Jacek Caban 1e65d4743c itss: Added test of protocol. 2006-12-26 12:36:46 +01:00
Ulrich Czekalla fe70c54ac0 Add ddrawex dll. 2006-12-14 21:02:32 +01:00
Roderick Colenbrander 3e2ed5e4e5 Remove glut32. 2006-12-04 18:14:56 +01:00
Alexandre Julliard b8a2e3b8a4 user32: Renamed the user/ directory to user32. 2006-11-16 14:49:25 +01:00
Jacek Caban 2d3a5a616f shdoclc: Added shdoclc.dll. 2006-11-13 12:51:19 +01:00
Pierre d'Herbemont 08884514ba quartzdrv: Add the quartz (Mac OS X) video driver to the build system. 2006-10-27 14:20:12 +02:00
Alexandre Julliard 7dfc447741 gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
Paul Chitescu 4fe6c3fa45 mscoree: Initial stub implementation. 2006-10-06 17:39:43 +02:00
Alexandre Julliard 409b135a02 Makefile: Avoid trailing slash in find, it breaks tags on MacOS. 2006-10-03 15:06:43 +02:00
Benjamin Arai 3ac07aa016 resutils: Implements stub dll for resutils.dll. 2006-10-02 14:25:34 +02:00
Detlef Riekenberg ecb97fc24c localspl/tests: Add initial test. 2006-09-28 13:48:29 +02:00
Benjamin Arai 493bc6b875 clusapi: Implement stub dll for clusapi. 2006-09-28 13:22:40 +02:00
Alexandre Julliard c4704c2d7e Makefile: Automatically update config.h if configure changed. 2006-09-22 09:33:00 +02:00
Benjamin Arai 0b4eafada9 nddeapi: Implement stub dll for nddeapi. 2006-09-21 18:34:55 +02:00
Alexandre Julliard 9cc11a3d53 Makefile: Fixed rule for building makedep when cross-compiling. 2006-09-20 20:16:19 +02:00
Alexandre Julliard 397e56996b makefile: Automatically re-run configure if it has been modified. 2006-09-14 09:41:33 +02:00
Alexandre Julliard 5ea4e5ba46 makefiles: Automatically rebuild makefiles when their sources and/or configure changed. 2006-09-14 09:41:21 +02:00
Alexandre Julliard 8598a4c600 makefiles: Attempt to automatically run make depend when reading an updated makefile. 2006-09-14 09:40:00 +02:00
Alexandre Julliard 84cb26e48a makefiles: Remove the dependencies comment in files that don't need it. 2006-09-14 09:38:39 +02:00
Alexandre Julliard ade98b97f1 Makefile: Don't build all the tools before make depend, only build makedep itself. 2006-09-11 15:43:59 +02:00
Alexandre Julliard e4fca883a2 makedep: For generated headers, parse the source idl instead.
This avoids having to generate all the headers before make depend.
2006-09-10 22:04:42 +02:00
Alexandre Julliard dc8c76ae3c makefiles: Make sure that all phony targets depend on 'dummy'. 2006-09-09 23:09:04 +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 80a9a065dd makefiles: Get rid of the checklink rules, they no longer work. 2006-08-26 20:21:33 +02:00
Alexandre Julliard 2886e9b0e8 makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Alexandre Julliard 5012c17a05 Make.rules: Make all submake invocations silent for consistency. 2006-08-07 13:54:09 +02:00
Detlef Riekenberg 5e5a8df970 Makefile.in: Add target "ctags" to the overview. 2006-06-22 12:29:03 +02:00
Detlef Riekenberg 0076e33d36 Makefile.in: find needs a slash when the source dir is a symlink. 2006-05-24 14:14:20 +02:00
Alexandre Julliard 15c52a751a Makefile: There are currently no tests in the programs directory. 2006-04-11 14:41:39 +02:00
Mike Frysinger 5392844392 Add support for 'make install DESTDIR'. 2006-02-14 13:51:38 +01:00
Alexandre Julliard 832c54503d Removed non-portable ldconfig invocation and misleading
warning. People who need the extra hand-holding should use
wineinstall.
2005-10-10 20:08:09 +00:00
Alexandre Julliard 7ddab75619 Declare debug channels as static variables so that we don't need to
generate an external .dbg.c file to define them.
2005-09-28 18:34:00 +00:00
Alexandre Julliard 5cb97d833a Generate 16-bit spec files as assembly code too. 2005-09-21 14:23:54 +00:00
Alexandre Julliard b7edbe66cf Clean Makeimplib.rules too. 2005-09-02 12:28:37 +00:00
Detlef Riekenberg 79d72ce613 Added description for crosstest. 2005-08-03 19:15:03 +00:00