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

8 lines
212 B
Makefile

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