Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
3a70cc87
Commit
3a70cc87
authored
Dec 02, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mvlibpath
parent
578fbb16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
.travis.yml
.travis.yml
+0
-1
gframe/premake4.lua
gframe/premake4.lua
+1
-1
premake/ikpmp3/premake4.lua
premake/ikpmp3/premake4.lua
+1
-3
No files found.
.travis.yml
View file @
3a70cc87
...
@@ -58,7 +58,6 @@ before_install:
...
@@ -58,7 +58,6 @@ before_install:
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip;
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip;
unzip -q irrKlang-32bit-1.5.0.zip;
unzip -q irrKlang-32bit-1.5.0.zip;
mv -f irrKlang-1.5.0 irrklang;
mv -f irrKlang-1.5.0 irrklang;
sudo cp -rf irrklang/include /usr/local/include/irrKlang;
sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/;
sudo cp -rf irrklang/bin/macosx-gcc/*.dylib /usr/local/lib/;
mv -f irrklang/plugins/ikpMP3 ikpmp3;
mv -f irrklang/plugins/ikpMP3 ikpmp3;
cp -rf premake/ikpmp3 .;
cp -rf premake/ikpmp3 .;
...
...
gframe/premake4.lua
View file @
3a70cc87
...
@@ -10,6 +10,7 @@ project "ygopro"
...
@@ -10,6 +10,7 @@ project "ygopro"
if
USE_IRRKLANG
then
if
USE_IRRKLANG
then
defines
{
"YGOPRO_USE_IRRKLANG"
}
defines
{
"YGOPRO_USE_IRRKLANG"
}
links
{
"irrKlang"
}
links
{
"irrKlang"
}
includedirs
{
"../irrklang/include"
}
if
USE_IKPMP3
then
if
USE_IKPMP3
then
links
{
"ikpMP3"
}
links
{
"ikpMP3"
}
defines
{
"YGOPRO_USE_IKPMP3"
}
defines
{
"YGOPRO_USE_IKPMP3"
}
...
@@ -24,7 +25,6 @@ project "ygopro"
...
@@ -24,7 +25,6 @@ project "ygopro"
excludes
"CGUIButton.cpp"
excludes
"CGUIButton.cpp"
includedirs
{
"../irrlicht/include"
,
"../freetype/include"
,
"../event/include"
,
"../sqlite3"
}
includedirs
{
"../irrlicht/include"
,
"../freetype/include"
,
"../event/include"
,
"../sqlite3"
}
if
USE_IRRKLANG
then
if
USE_IRRKLANG
then
includedirs
{
"../irrklang/include"
}
libdirs
{
"../irrklang/lib/Win32-visualStudio"
}
libdirs
{
"../irrklang/lib/Win32-visualStudio"
}
end
end
links
{
"opengl32"
,
"ws2_32"
,
"winmm"
,
"gdi32"
,
"kernel32"
,
"user32"
,
"imm32"
}
links
{
"opengl32"
,
"ws2_32"
,
"winmm"
,
"gdi32"
,
"kernel32"
,
"user32"
,
"imm32"
}
...
...
premake/ikpmp3/premake4.lua
View file @
3a70cc87
...
@@ -2,6 +2,4 @@ project "ikpMP3"
...
@@ -2,6 +2,4 @@ project "ikpMP3"
kind
"StaticLib"
kind
"StaticLib"
files
{
"*.cpp"
,
"*.h"
,
"decoder/*.c"
,
"decoder/*.h"
}
files
{
"*.cpp"
,
"*.h"
,
"decoder/*.c"
,
"decoder/*.h"
}
if
os
.
ishost
(
"windows"
)
then
includedirs
{
"../irrklang/include"
}
includedirs
{
"../irrklang/include"
}
end
\ No newline at end of file
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