Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Damanox committed Oct 19, 2014
0 parents commit d40611a
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.dub
bin
docs.json
__dummy.html
*.o
*.obj
*.selections.json
*.userprefs
14 changes: 14 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "pakeditor",
"description": "Archeage Pak Editor",
"copyright": "Copyright © 2014, Beast",
"authors": ["Beast"],
"targetPath": "bin",
"targetType": "executable",
"sourceFiles-windows-x86-dmd": ["lib/xlpack.lib"],
"copyFiles-windows-x86": ["lib/xlpack.dll"],
"lflags-windows-dmd": ["/subsystem:windows"],
"dependencies": {
"dgui": ">=1.0.1",
}
}
Binary file added lib/xlpack.dll
Binary file not shown.
Binary file added lib/xlpack.lib
Binary file not shown.
Loading

0 comments on commit d40611a

Please sign in to comment.