Skip to content

Commit

Permalink
fix YCAMInterlab#111 (Project Generator compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daandelange committed May 9, 2015
1 parent 7704c02 commit 3d37fc4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions addon_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,65 +6,65 @@ meta:
ADDON_URL = http://github.com/obviousjim/ofxTimeline

common:
# dependencies with other addons, a list of them separated by spaces
# dependencies with other addons, a list of them separated by spaces
# or use += in several lines
ADDON_DEPENDENCIES = ofxXmlSettings
ADDON_DEPENDENCIES += ofxTween
ADDON_DEPENDENCIES += ofxRange
ADDON_DEPENDENCIES += ofxMSATimer
ADDON_DEPENDENCIES += ofxTimecode
ADDON_DEPENDENCIES += ofxTextInputField

# include search paths, this will be usually parsed from the file system
# but if the addon or addon libraries need special search paths they can be
# specified here separated by spaces or one per line using +=
ADDON_INCLUDES =
# ADDON_INCLUDES =

# any special flag that should be passed to the compiler when using this
# addon
ADDON_CFLAGS =
# ADDON_CFLAGS =

# any special flag that should be passed to the linker when using this
# addon, also used for system libraries with -lname
ADDON_LDFLAGS =
# ADDON_LDFLAGS =

# linux only, any library that should be included in the project using
# pkg-config
ADDON_PKG_CONFIG_LIBRARIES =
# ADDON_PKG_CONFIG_LIBRARIES =

# osx/iOS only, any framework that should be included in the project
ADDON_FRAMEWORKS =
# ADDON_FRAMEWORKS =

# source files, these will be usually parsed from the file system looking
# in the src folders in libs and the root of the addon. if your addon needs
# to include files in different places or a different set of files per platform
# they can be specified here
ADDON_SOURCES =
# binary libraries, these will be usually parsed from the file system but some
# libraries need to passed to the linker in a specific order
ADDON_LIBS =
# ADDON_SOURCES =

# binary libraries, these will be usually parsed from the file system but some
# libraries need to passed to the linker in a specific order
# ADDON_LIBS =

# some addons need resources to be copied to the bin/data folder of the project
# specify here any files that need to be copied, you can use wildcards like * and ?
ADDON_DATA = copy_to_data_GUI/*

linux64:
# when parsing the file system looking for libraries exclude this for all or
# when parsing the file system looking for libraries exclude this for all or
# a specific platform
ADDON_LIBS_EXCLUDE = libs/kiss

linux:
ADDON_LIBS_EXCLUDE = libs/kiss

linuxarmv6l:
ADDON_LIBS_EXCLUDE = libs/kiss

linuxarmv7l:
ADDON_LIBS_EXCLUDE = libs/kiss

osx:
win_cb:
vs2010:
iphone:
android:
android:

0 comments on commit 3d37fc4

Please sign in to comment.