Skip to content

Commit

Permalink
Link precompiled static libraries on 64 bit win32
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Dec 28, 2020
1 parent 0e58cc6 commit a6e6cfd
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ dangel-test-*
*.a
*.so

dub.selections.json
dub.selections.json

out/
9 changes: 8 additions & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ description "D AngelScript binding"
authors "Luna Nielsen"
copyright "Copyright © 2020, Luna Nielsen"
license "BSD 2-Clause"
libs "as_c" "angelscript"
libs "as_c" "angelscript"

// Sensible out folder
targetPath "out/"

// Link to Angelscript
sourceFiles "libs/angelscript.lib" "libs/as_c.lib" platform="windows-x86_64"
copyFiles "libs/COPYING-Angelscript"
13 changes: 13 additions & 0 deletions libs/COPYING-Angelscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
AngelCode Scripting Library

Copyright © 2003-2020 Andreas Jönsson

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

This notice may not be removed or altered from any source distribution.
Binary file added libs/angelscript.lib
Binary file not shown.
Binary file added libs/as_c.lib
Binary file not shown.

0 comments on commit a6e6cfd

Please sign in to comment.