summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/directx
Commit message (Collapse)AuthorAgeFilesLines
* Correct misused 'rm -r' command in uninstall rules.Keith Marshall2012-01-161-1/+1
|
* Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall2012-01-151-2/+3
|
* More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall2012-01-151-2/+0
|
* More makefile code refactoring; fix top_srcdir references.Keith Marshall2012-01-151-24/+5
|
* Update and correct makefile rebuilding rules.Keith Marshall2012-01-151-3/+0
|
* More formatting adjustments.Keith Marshall2012-01-151-13/+19
|
* Miscellaneous formatting adjustments.Keith Marshall2012-01-151-24/+26
|
* Improve self-documentation of 'for' loop commands.Keith Marshall2012-01-151-20/+20
|
* Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall2011-12-131-114/+24
|
* Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson2009-10-291-12/+24
|
* 2006-09-11 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2006-09-121-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 Vinschen2006-08-301-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 Sutcliffe2006-05-051-1/+1
| | | | * lib/directx/Makefile.in: Remove reference to libquartz.a since it was moved.
* * lib/directx/quartz.def: Move from lib/directx/...Dimitri Papadopoulos2006-05-031-7/+0
| | | | * lib/quartz.def: ... to lib/
* 2005-02-10 Jiri Malak <Jiri.Malak@iol.cz>Danny Smith2005-02-106-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 Smith2004-12-021-1/+1
| | | | Thanks to "Pete" <pross@xvid.org>
* 2004-04-18 Hans Leidekker <hans@it.vu.nl>Luke Dunstan2004-04-201-0/+2
| | | | | * lib/directx/dxguid.c (CLSID_DirectSoundPrivate, DSPROPSETID_DirectSoundDevice): Add defines.
* * lib/Makefile,in; Add directx to .PHONY target.Danny Smith2004-03-291-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 Dunstan2004-03-2738-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.