From ad3b5099263e5977d1de9bfcff715a92009e8355 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 6 Jan 2018 09:38:59 +0100 Subject: Add define.static, define.dynamic --- tests/src/confTest/defineStatic.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/src/confTest/defineStatic.conf (limited to 'tests/src/confTest/defineStatic.conf') diff --git a/tests/src/confTest/defineStatic.conf b/tests/src/confTest/defineStatic.conf new file mode 100644 index 0000000..8ec0d8c --- /dev/null +++ b/tests/src/confTest/defineStatic.conf @@ -0,0 +1,17 @@ +[package] +name = "glew" +version = "2.1.0" +type = "static" +platforms = ["any"] + +[define] +GLOBAL_DEFINE = "1" +DEFINE_TYPE = "GLOBAL" + +[define.static] +BUILD_STATIC = "1" +DEFINE_TYPE = "STATIC" + +[define.dynamic] +BUILD_STATIC = "0" +DEFINE_TYPE = "DYNAMIC" -- cgit v1.2.3