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
f7b43535
Commit
f7b43535
authored
Dec 18, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
irrklang_64bit
parent
fa20362b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
gframe/premake4.lua
gframe/premake4.lua
+2
-2
No files found.
.travis.yml
View file @
f7b43535
...
...
@@ -52,14 +52,14 @@ before_install:
sudo cp -rf ../../../include /usr/local/include/irrlicht;
cd ../../../../;
fi
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-
32
bit-1.5.0.zip
-
unzip -q irrKlang-
32
bit-1.5.0.zip
-
mv -f irrKlang-1.5.0 irrklang
-
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-
64
bit-1.5.0.zip
-
unzip -q irrKlang-
64
bit-1.5.0.zip
-
mv -f irrKlang-
64bit-
1.5.0 irrklang
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cp -rf irrklang/bin/macosx-gcc/*.dylib .;
fi
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
cp -rf irrklang/bin/linux-gcc/*.so .;
cp -rf irrklang/bin/linux-gcc
-64
/*.so .;
fi
script
:
...
...
gframe/premake4.lua
View file @
f7b43535
...
...
@@ -35,8 +35,8 @@ project "ygopro"
links
{
"event_pthreads"
,
"GL"
,
"dl"
,
"pthread"
}
configuration
"linux"
if
USE_IRRKLANG
then
linkoptions
{
"-Wl,-rpath=./irrklang/bin/linux-gcc/"
}
libdirs
{
"../irrklang/bin/linux-gcc"
}
linkoptions
{
"-Wl,-rpath=./irrklang/bin/linux-gcc
-64
/"
}
libdirs
{
"../irrklang/bin/linux-gcc
-64
"
}
end
configuration
"macosx"
if
USE_IRRKLANG
then
...
...
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