diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-19 11:52:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-19 11:52:59 -0700 |
| commit | 019bc0d1507afcc6b12f3dd097040d664d9c1d50 (patch) | |
| tree | 71022a3689bedfffe0ee3d969daffb2ae42fc720 /source/slangc/main.cpp | |
| parent | c5ed9e8d6bc1668d6075b42b17d65a97c168c98b (diff) | |
| parent | a97eac202cec673a0f2e27e808cfdcdd29289c4e (diff) | |
Merge pull request #126 from tfoleyNV/dynamic-library-build
Build a dynamic library for Slang
Diffstat (limited to 'source/slangc/main.cpp')
| -rw-r--r-- | source/slangc/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slangc/main.cpp b/source/slangc/main.cpp index a643e26eb..a97c38685 100644 --- a/source/slangc/main.cpp +++ b/source/slangc/main.cpp @@ -1,5 +1,6 @@ // main.cpp +#define SLANG_DYNAMIC #include "../slang.h" #include "core/slang-io.h" |
