migrat jail_audio a un .hpp (segur que ja no funciona res)
This commit is contained in:
10
Makefile
10
Makefile
@@ -109,19 +109,15 @@ APP_SOURCES := \
|
||||
source/game/scenes/credits.cpp \
|
||||
source/game/ui/notifier.cpp \
|
||||
source/utils/utils.cpp \
|
||||
source/utils/delta_timer.cpp \
|
||||
source/external/jail_audio.cpp
|
||||
|
||||
# yaml-cpp library sources
|
||||
YAML_CPP_SOURCES := $(wildcard source/external/yaml-cpp/src/*.cpp)
|
||||
source/utils/delta_timer.cpp
|
||||
|
||||
# All sources combined
|
||||
ALL_SOURCES := $(APP_SOURCES) $(YAML_CPP_SOURCES)
|
||||
ALL_SOURCES := $(APP_SOURCES)
|
||||
|
||||
# ==============================================================================
|
||||
# INCLUDES
|
||||
# ==============================================================================
|
||||
INCLUDES := -Isource -Isource/external/yaml-cpp/include
|
||||
INCLUDES := -Isource
|
||||
|
||||
# ==============================================================================
|
||||
# COMPILER FLAGS (OS-specific)
|
||||
|
||||
Reference in New Issue
Block a user