hopefully updated to latest tibia
This commit is contained in:
parent
67756cf502
commit
a605293801
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"ios_make": {
|
|
||||||
"headerSearchPaths": [
|
|
||||||
"../../../../../../miniaudio",
|
|
||||||
"../../../../common/src",
|
|
||||||
"../../../../../include"
|
|
||||||
],
|
|
||||||
"deploymentTarget": 14.0,
|
|
||||||
"commonDir": "../../common/ios",
|
|
||||||
"pluginDir": "../../common/src/cxx-fx",
|
|
||||||
"cSrcs": "../../common/src/cxx-fx/impl.h",
|
|
||||||
"cxxSrcs": "../src/impl.cpp"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"ios_make": {
|
|
||||||
"headerSearchPaths": [
|
|
||||||
"../../../../../../miniaudio",
|
|
||||||
"../../../../common/src",
|
|
||||||
"../../../../../include"
|
|
||||||
],
|
|
||||||
"deploymentTarget": 14.0,
|
|
||||||
"commonDir": "../../common/ios",
|
|
||||||
"pluginDir": "../../common/src/cxx-synth",
|
|
||||||
"cSrcs": "../../common/src/cxx-synth/impl.h",
|
|
||||||
"cxxSrcs": "../src/impl.cpp"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
"make": {
|
"make": {
|
||||||
"cxxSrcs": "../src/impl.cpp",
|
"mkincDir": "../../common/src",
|
||||||
"cflags": "-I../../../include -I../../common/src -I../../common/src/cxx-fx -I../common/src",
|
"extra": "EXAMPLE_TYPE := cxx-fx"
|
||||||
"cxxflags": "-I../../../include -I../../common/src -I../../common/src/cxx-fx -I../common/src -std=c++11",
|
|
||||||
"pluginDir": "../../common/src/cxx-fx"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
"make": {
|
"make": {
|
||||||
"cxxSrcs": "../src/impl.cpp",
|
"mkincDir": "../../common/src",
|
||||||
"cflags": "-I../../../include -I../../common/src -I../../common/src/cxx-synth -I../common/src",
|
"extra": "EXAMPLE_TYPE := cxx-synth"
|
||||||
"cxxflags": "-I../../../include -I../../common/src -I../../common/src/cxx-synth -I../common/src -std=c++11",
|
|
||||||
"pluginDir": "../../common/src/cxx-synth"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"make": {
|
"make": {
|
||||||
"mkincDir": "../../common/src"
|
"mkincDir": "../../common/src",
|
||||||
|
"extra": "EXAMPLE_TYPE := c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
CFLAGS_EXTRA := -I../../../include -I../../common/src -I../common/src
|
ifeq ($(EXAMPLE_TYPE), c)
|
||||||
PLUGIN_DIR := ../src
|
PLUGIN_DIR := ../src
|
||||||
|
CFLAGS_EXTRA := -I../../../include -I../../common/src -I../common/src
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(EXAMPLE_TYPE), cxx-fx)
|
||||||
|
PLUGIN_DIR := ../../common/src/cxx-fx
|
||||||
|
CXX_SRCS_EXTRA := ../src/impl.cpp
|
||||||
|
CFLAGS_EXTRA := -I../../../include -I../../common/src -I../../common/src/cxx-fx -I../common/src
|
||||||
|
CXXFLAGS_EXTRA := -I../../../include -I../../common/src -I../../common/src/cxx-fx -I../common/src -std=c++11
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(EXAMPLE_TYPE), cxx-synth)
|
||||||
|
PLUGIN_DIR := ../../common/src/cxx-synth
|
||||||
|
CXX_SRCS_EXTRA := ../src/impl.cpp
|
||||||
|
CFLAGS_EXTRA := -I../../../include -I../../common/src -I../../common/src/cxx-synth -I../common/src
|
||||||
|
CXXFLAGS_EXTRA := -I../../../include -I../../common/src -I../../common/src/cxx-synth -I../common/src -std=c++11
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(TEMPLATE), cmd)
|
ifeq ($(TEMPLATE), cmd)
|
||||||
COMMON_DIR := ../../common/cmd
|
COMMON_DIR := ../../common/cmd
|
||||||
@ -29,6 +45,12 @@ endif
|
|||||||
|
|
||||||
ifeq ($(TEMPLATE), ios)
|
ifeq ($(TEMPLATE), ios)
|
||||||
COMMON_DIR := ../../common/ios
|
COMMON_DIR := ../../common/ios
|
||||||
|
ifeq ($(EXAMPLE_TYPE), cxx-fx)
|
||||||
|
C_SRCS_EXTRA := ../../common/src/cxx-fx/impl.h
|
||||||
|
endif
|
||||||
|
ifeq ($(EXAMPLE_TYPE), cxx-synth)
|
||||||
|
C_SRCS_EXTRA := ../../common/src/cxx-synth/impl.h
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TEMPLATE), android)
|
ifeq ($(TEMPLATE), android)
|
||||||
|
@ -81,6 +81,6 @@ for d in $dirs; do
|
|||||||
echo "include ../../common/android/Makefile" > $d/android/Makefile
|
echo "include ../../common/android/Makefile" > $d/android/Makefile
|
||||||
|
|
||||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/ios.json $TIBIA_DIR/templates/ios ios && cd ..
|
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/ios.json $TIBIA_DIR/templates/ios ios && cd ..
|
||||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/ios.json,../common/src/ios-$make_json $TIBIA_DIR/templates/ios-make ios && cd ..
|
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/ios.json,../common/src/$make_json,../common/src/ios-make.json $TIBIA_DIR/templates/ios-make ios && cd ..
|
||||||
echo "include ../../common/ios/Makefile" > $d/ios/Makefile
|
echo "include ../../common/ios/Makefile" > $d/ios/Makefile
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user