Fixed (hopefully) the makefile.

This commit is contained in:
OBattler
2017-03-05 19:48:09 +01:00
parent 8e055b7520
commit ee69d5dec0

View File

@@ -33,8 +33,8 @@ 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 10
strip "86Box.exe"
sleep 10
strip "86Box.exe"
sleep 10
all : 86Box.exe