Skip to content

Commit

Permalink
windows: use default folder name for an Allegro5 distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Apr 15, 2018
1 parent 4607a89 commit 1263208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WINDRES = windres.exe
# INCLUDE_DEBUGGER - include the cpu_debug implementation
# USE_MEMORY_POINTER - do not assume Co Pro memory starts at address 0

COMMON_FLAGS = -O3 -D_DEBUG -Wall -I ../../allegro5/include -DBEM -DVERSION=\"Win32\" -DINCLUDE_DEBUGGER -DUSE_MEMORY_POINTER
COMMON_FLAGS = -O3 -Wall -I ../../allegro/include -DBEM -DVERSION=\"Win32\" -DINCLUDE_DEBUGGER -DUSE_MEMORY_POINTER
CFLAGS = -std=gnu99 $(COMMON_FLAGS)
CXXFLAGS = $(COMMON_FLAGS)

Expand Down Expand Up @@ -111,7 +111,7 @@ SIDOBJ = \
wave8580_PST.o \
wave.o

LIBS = -L ../../allegro5/lib -lallegro_audio -lallegro_acodec -lallegro_primitives -lallegro_dialog -lallegro_image -lallegro_font -lallegro -mwindows -lz -lgdi32 -lwinmm -lstdc++
LIBS = -L ../../allegro/lib -lz -lallegro_audio -lallegro_acodec -lallegro_primitives -lallegro_dialog -lallegro_image -lallegro_font -lallegro -mwindows -lgdi32 -lwinmm -lstdc++

all : b-em.exe

Expand Down

0 comments on commit 1263208

Please sign in to comment.