Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct misused 'rm -r' command in uninstall rules. | Keith Marshall | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | Add 'check' as GCS conforming alias for make's 'test' goal. | Keith Marshall | 2012-01-15 | 1 | -2/+3 |
| | |||||
* | More makefile code refactoring; remove redundant INCLUDES references. | Keith Marshall | 2012-01-15 | 1 | -2/+0 |
| | |||||
* | More makefile code refactoring; fix top_srcdir references. | Keith Marshall | 2012-01-15 | 1 | -24/+5 |
| | |||||
* | Update and correct makefile rebuilding rules. | Keith Marshall | 2012-01-15 | 1 | -3/+0 |
| | |||||
* | More formatting adjustments. | Keith Marshall | 2012-01-15 | 1 | -13/+19 |
| | |||||
* | Miscellaneous formatting adjustments. | Keith Marshall | 2012-01-15 | 1 | -24/+26 |
| | |||||
* | Improve self-documentation of 'for' loop commands. | Keith Marshall | 2012-01-15 | 1 | -20/+20 |
| | |||||
* | Factor common code from subdirectory makefiles into Makefile.comm.in | Keith Marshall | 2011-12-13 | 1 | -114/+24 |
| | |||||
* | Honor DESTDIR for winsup/mingw and winsup/w32api | Charles Wilson | 2009-10-29 | 1 | -12/+24 |
| | |||||
* | 2006-09-11 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net> | Chris Sutcliffe | 2006-09-12 | 1 | -1/+1 |
| | | | | | | | | | * lib/Makefile.in: fix typo. * lib/ddk/Makefile.in: fix typo. * lib/directx/Makefile.in: fix typo. Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net) for pointing it out. | ||||
* | * configure.in: Substitute with_cross_host in depending files. | Corinna Vinschen | 2006-08-30 | 1 | -0/+6 |
| | | | | | | | | * configure: Regenerate. * lib/Makefile.in: Add with_cross_host to allow more granular checks. Set installation directories accordingly. * lib/ddk/Makefile.in: Ditto. * lib/directx/Makefile.in: Ditto. | ||||
* | 2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2006-05-05 | 1 | -1/+1 |
| | | | | * lib/directx/Makefile.in: Remove reference to libquartz.a since it was moved. | ||||
* | * lib/directx/quartz.def: Move from lib/directx/... | Dimitri Papadopoulos | 2006-05-03 | 1 | -7/+0 |
| | | | | * lib/quartz.def: ... to lib/ | ||||
* | 2005-02-10 Jiri Malak <Jiri.Malak@iol.cz> | Danny Smith | 2005-02-10 | 6 | -10/+18 |
| | | | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New define for Open Watcom portability. * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c, dinput_mouse2.c): Use new macro in definition of local c_rgodfDI* objects. Replace .rdata section attribute with 'const' keyword in definition of global c_dfDI* objects. | ||||
* | * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID. | Danny Smith | 2004-12-02 | 1 | -1/+1 |
| | | | | Thanks to "Pete" <pross@xvid.org> | ||||
* | 2004-04-18 Hans Leidekker <hans@it.vu.nl> | Luke Dunstan | 2004-04-20 | 1 | -0/+2 |
| | | | | | * lib/directx/dxguid.c (CLSID_DirectSoundPrivate, DSPROPSETID_DirectSoundDevice): Add defines. | ||||
* | * lib/Makefile,in; Add directx to .PHONY target. | Danny Smith | 2004-03-29 | 1 | -14/+12 |
| | | | | | | | * lib/directx/dxerr.c: Remove dependence on mingw runtime. Don't include stdio.h or tchar.h. Replace _T() macro with TEXT() macro, throughout. Replace, _stprintf with wsprintf, throughout. | ||||
* | 2004-03-27 Filip Navara <xnavara@volny.cz> | Luke Dunstan | 2004-03-27 | 38 | -0/+4405 |
* include/directx: New subdir. * lib/directx: Ditto. * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h, dxerr9.h): New files. * lib/ddk/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def, d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def, dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c, dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def, dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def, dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c, dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def, strmiids.c, test.c): Ditto. * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c, dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed. |