Reverted the makefiles back to 10 seconds sleeping time.

This commit is contained in:
OBattler
2017-01-18 22:33:52 +01:00
parent 0548d8f9c8
commit 4dba966872
2 changed files with 4 additions and 4 deletions

View File

@@ -32,9 +32,9 @@ LIBS = -mwindows -lwinmm -lopenal.dll -lopenal -lddraw -ldinput8 -ldxguid -ld3d9
86Box.exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
$(CC) $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) -o "86Box.exe" $(LIBS)
sleep 5
sleep 10
strip "86Box.exe"
sleep 5
sleep 10
all : 86Box.exe

View File

@@ -32,9 +32,9 @@ LIBS = -mwindows -lwinmm -lopenal -lddraw -ldinput8 -ldxguid -ld3d9 -ld3dx9 -lws
86Box64.exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
$(CC) $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) -o "86Box64.exe" $(LIBS)
sleep 5
sleep 10
strip "86Box64.exe"
sleep 5
sleep 10
all : 86Box64.exe