GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
0e8b10ad2b
Branches
Tags
×
master
dub_jkp
/
test
/
1-dynLib-simple
/
source
/
dynlib
/ app.d
richard andrew cattermole
on 14 Feb 2022
89 bytes
Removes dynamicLibrary being built as staticLibrary for targets other than OMF
Raw
Blame
History
module dynlib.app; import std.stdio; export void entry() { writeln(__FUNCTION__); }