# HG changeset patch # User John Tsiombikas # Date 1379776711 -10800 # Node ID 1f26cc6c6204ba59d5fb0a1a08721804a702bb28 # Parent 00d84ab1ef26310455f22c7dd2c8e174cf866fe3 changed the binary name diff -r 00d84ab1ef26 -r 1f26cc6c6204 Makefile.wac --- a/Makefile.wac Sat Sep 21 18:17:55 2013 +0300 +++ b/Makefile.wac Sat Sep 21 18:18:31 2013 +0300 @@ -1,7 +1,7 @@ obj = test.obj wvga.obj dpmi.obj timer.obj mouse.obj & mingl.obj mglrast.obj mglgen.obj & texture.obj palman.obj -bin = dos3d.exe +bin = deepston.exe CC = wcc386 CFLAGS = -5 -fp5 -otexan -zq -bt=dos