Skip to content

Commit 563c4b2

Browse files
committed
Move source code into source/ folder
Currently, the importPath is the root directly, meaning that it's impossible to store D source files that are not directly part of the library (such as a D script). Moving to a source directory will allow us to add the vibe.d version detection script here.
1 parent 5ad3b7c commit 563c4b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2
-4
lines changed

dub.sdl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ description "Deimos bindings for the OpenSSL cryptographic library"
33
homepage "http://www.openssl.org/"
44
license "OpenSSL or SSLeay"
55
libs "ssl" "crypto" platform="posix"
6-
importPaths "."
76

87
configuration "library" {
98
targetType "sourceLibrary"
10-
excludedSourceFiles "deimos/openssl/applink.d"
9+
excludedSourceFiles "source/deimos/openssl/applink.d"
1110
}
1211

1312
// Includes a module to replace `applink.c` as described in:
@@ -19,6 +18,5 @@ configuration "library-applink" {
1918
configuration "unittest" {
2019
targetType "executable"
2120
dflags "-main"
22-
sourcePaths "deimos/openssl"
23-
excludedSourceFiles "deimos/openssl/applink.d"
21+
excludedSourceFiles "source/deimos/openssl/applink.d"
2422
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)