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

8 lines
222 B
Makefile

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