home *** CD-ROM | disk | FTP | other *** search
- !include <ntwin32.mak>
-
- OBJS=setsbvol.obj
-
- all: setsbvol.exe
-
- .c.obj:
- $(cc) $(cflags) -DDEBUG -Ge -Op -nologo $(cvars) $*.c
-
- setsbvol.exe: $(OBJS)
- $(cvtobj) $(cvtdebug) *.obj
- $(link) $(guiflags) winmm.lib -out:setsbvol.exe $(OBJS) $(guilibs)
-