This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/directx/c/dinput/makefile

8 lines
235 B
Makefile

dinput.exe: dinput.c .autodepend
wcl386 -bt=win95 -l=win95 -zw -5r -oxt -"libpath $(%lib)" dinput.c dinput8.lib dxguid.lib
clean: .symbolic
@if exist *.err del *.err
@if exist *.obj del *.obj
@if exist *.exe del *.exe