2004-01-08 17:29:42 +00:00
|
|
|
# Add paths here for your other include files.
|
|
|
|
INCLUDES = -Ic:/cygwin/usr/local/src/libebml \
|
|
|
|
-Ic:/cygwin/usr/local/src/libmatroska \
|
|
|
|
-Ic:/cygwin/usr/local/include
|
2004-01-10 17:58:24 +00:00
|
|
|
LIBDIRS = -Lc:/cygwin/usr/local/src/libebml/make/mingw32 \
|
2004-01-08 17:29:42 +00:00
|
|
|
-Lc:/cygwin/usr/local/src/libmatroska/make/mingw32 \
|
|
|
|
-Lc:/cygwin/usr/local/lib
|
|
|
|
|
|
|
|
# Which AVI libraries should be used for reading AVIs?
|
|
|
|
# Default is to use aviclasses.
|
|
|
|
AVILIB = aviclasses
|
|
|
|
|
|
|
|
# Which compression libraries should be supported?
|
|
|
|
# zlib is always used, possible other values are bzlib and lzo.
|
2004-01-10 21:22:02 +00:00
|
|
|
#COMPRESSION_LIBS = bzlib lzo
|
2004-01-08 17:29:42 +00:00
|
|
|
|
|
|
|
# Anything you'd like to have added to the CFLAGS?
|
|
|
|
#CFLAGS =
|
|
|
|
#CXXFLAGS =
|
|
|
|
#LDFLAGS =
|
|
|
|
|
2004-01-10 17:58:24 +00:00
|
|
|
# Have libebml and libmatroska been compiled as DLLs?
|
2004-01-10 18:18:44 +00:00
|
|
|
#CXXFLAGS += -DEBML_DLL -DMATROSKA_DLL
|
2004-01-10 17:58:24 +00:00
|
|
|
|
|
|
|
# Build mkvtoolnix with DLLs?
|
2004-01-10 18:18:44 +00:00
|
|
|
#MTX_DLLS = yes
|
2004-01-10 17:58:24 +00:00
|
|
|
|
2004-01-08 17:29:42 +00:00
|
|
|
# Activate debugging options?
|
|
|
|
DEBUG = yes
|
|
|
|
|
|
|
|
# Comment out if you don't have wxWindows installed.
|
|
|
|
WXWINDOWS = yes
|
|
|
|
|
|
|
|
# Chose the programs to use.
|
|
|
|
CXX = g++.exe
|
|
|
|
CC = gcc.exe
|
|
|
|
LD = g++.exe
|
|
|
|
AR = ar.exe
|
2004-01-10 17:58:24 +00:00
|
|
|
RANLIB = ranlib.exe
|