Skip to content

Commit

Permalink
Adding audio interface 16
Browse files Browse the repository at this point in the history
temporary
  • Loading branch information
Rcomian committed Oct 30, 2018
1 parent 2973d8d commit 92f0ae4
Show file tree
Hide file tree
Showing 10 changed files with 20,705 additions and 47 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ VERSION = 0.6.2

# FLAGS will be passed to both the C and C++ compiler
#FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common
CFLAGS +=
CXXFLAGS +=
CFLAGS +=
CXXFLAGS +=

# Careful about linking to shared libraries, since you can't assume much about the user's environment and library search path.
# Static libraries are fine.
#LDFLAGS = -Ldep -Ldep/openmpt-libopenmpt-0.3.10/bin/libopenmpt.a
LDFLAGS = -Ldep

# Add .cpp and .c files to the build
SOURCES += $(wildcard src/*.cpp) $(wildcard src/*.c)
Expand Down
37 changes: 0 additions & 37 deletions dep/Makefile

This file was deleted.

Loading

0 comments on commit 92f0ae4

Please sign in to comment.