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

8 lines
238 B
Makefile

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