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
658f6387
Commit
658f6387
authored
Dec 10, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update premake
parent
9b8329d6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
126 additions
and
449 deletions
+126
-449
appveyor.yml
appveyor.yml
+5
-5
ocgcore
ocgcore
+1
-1
premake/irrlicht/irrlicht.patch
premake/irrlicht/irrlicht.patch
+118
-442
premake/lua/premake4.lua
premake/lua/premake4.lua
+1
-0
script
script
+1
-1
No files found.
appveyor.yml
View file @
658f6387
...
@@ -3,8 +3,8 @@ install:
...
@@ -3,8 +3,8 @@ install:
-
git submodule update --init --recursive
-
git submodule update --init --recursive
# environment and system dependency
# environment and system dependency
-
appveyor DownloadFile https://github.com/premake/premake-core/releases/download/v5.0.0-alpha
9/premake-5.0.0-alpha9
-windows.zip
-
appveyor DownloadFile https://github.com/premake/premake-core/releases/download/v5.0.0-alpha
10/premake-5.0.0-alpha10
-windows.zip
-
7z x premake-5.0.0-alpha
9
-windows.zip
-
7z x premake-5.0.0-alpha
10
-windows.zip
-
appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
-
appveyor DownloadFile https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
-
tar xf libevent-2.0.22-stable.tar.gz
-
tar xf libevent-2.0.22-stable.tar.gz
...
@@ -25,9 +25,9 @@ install:
...
@@ -25,9 +25,9 @@ install:
-
tar xf lua-5.2.4.tar.gz
-
tar xf lua-5.2.4.tar.gz
-
move lua-5.2.4\src lua
-
move lua-5.2.4\src lua
-
appveyor DownloadFile https://www.sqlite.org/2016/sqlite-amalgamation-31
4
0200.zip
-
appveyor DownloadFile https://www.sqlite.org/2016/sqlite-amalgamation-31
5
0200.zip
-
7z x sqlite-amalgamation-31
4
0200.zip
-
7z x sqlite-amalgamation-31
5
0200.zip
-
move sqlite-amalgamation-31
4
0200 sqlite3
-
move sqlite-amalgamation-31
5
0200 sqlite3
# let premake happy
# let premake happy
-
xcopy /E premake\* .
-
xcopy /E premake\* .
...
...
ocgcore
@
33c6efb1
Subproject commit
96bbbedb6e828f4a227cf5405ed8e284b0def2cc
Subproject commit
33c6efb187b701711bd45d82dc25b61a0e7e63ab
premake/irrlicht/irrlicht.patch
View file @
658f6387
This diff is collapsed.
Click to expand it.
premake/lua/premake4.lua
View file @
658f6387
...
@@ -2,3 +2,4 @@ project "lua"
...
@@ -2,3 +2,4 @@ project "lua"
kind
"StaticLib"
kind
"StaticLib"
files
{
"*.c"
,
"*.h"
}
files
{
"*.c"
,
"*.h"
}
removefiles
{
"luac.c"
}
script
@
d0ec12fa
Subproject commit
5485784eac297306878f20f2c6cd4a0a51698653
Subproject commit
d0ec12fab15eebda0e934701533c6c27267463f1
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