diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-29 22:39:46 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-03-29 22:39:46 +0000 |
commit | 7308c39e33bc2ee2ce8f75f1f4e21dc608c9a9ea (patch) | |
tree | 042fc57321ad776eda1ea90c10906011a7653b62 /winsup/w32api/lib/Makefile.in | |
parent | 81f5200ba36593a020f74766827aa25bd2402d75 (diff) | |
download | cygnal-7308c39e33bc2ee2ce8f75f1f4e21dc608c9a9ea.tar.gz cygnal-7308c39e33bc2ee2ce8f75f1f4e21dc608c9a9ea.tar.bz2 cygnal-7308c39e33bc2ee2ce8f75f1f4e21dc608c9a9ea.zip |
* lib/Makefile,in; Add directx to .PHONY target.
* 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.
Diffstat (limited to 'winsup/w32api/lib/Makefile.in')
-rw-r--r-- | winsup/w32api/lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index 0a7186f6a..d5bd22cd0 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -142,7 +142,7 @@ directx: TEST_OPTIONS = $(ALL_CFLAGS) -DWINVER=0x0666 \ -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o -.PHONY: test ddk +.PHONY: test ddk directx test: @echo "Testing w32api..." @for lang in c c++ objective-c ; do \ |