8 lines
234 B
Makefile
8 lines
234 B
Makefile
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
|