Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-core
Commits
6cdd6679
Commit
6cdd6679
authored
Apr 09, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add koishimobile mk file
parent
c544bb50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
Android.mk
Android.mk
+30
-0
No files found.
Android.mk
0 → 100644
View file @
6cdd6679
# File: Android.mk
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
LOCAL_MODULE
:=
ocgcore_static
LOCAL_MODULE_FILENAME
:=
libocgcore
LOCAL_SRC_FILES
:=
card.cpp
\
duel.cpp
\
effect.cpp
\
field.cpp
\
group.cpp
\
interpreter.cpp
\
libcard.cpp
\
libdebug.cpp
\
libduel.cpp
\
libeffect.cpp
\
libgroup.cpp
\
mem.cpp
\
ocgapi.cpp
\
operations.cpp
\
playerop.cpp
\
processor.cpp
\
scriptlib.cpp
LOCAL_CFLAGS
:=
-frtti
-std
=
gnu++0x
-D_IRR_ANDROID_PLATFORM_
-DLUA_COMPAT_5_2
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../lua
include
$(BUILD_STATIC_LIBRARY)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment