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/dsound/makefile

8 lines
234 B
Makefile
Raw Permalink Normal View History

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