summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-30 10:49:17 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-30 10:49:17 +0200
commitb330ab086640382157688ea6b9633b5f0a22dac3 (patch)
treea6943773d4b7d83e1a52ec27d787912736a9d54d /scripts
parentcd74aaac5290d14ba03ad13bb2fffa1040ccff5d (diff)
Added declspec(dllexport) to ClearCache and FillCache, and added declspec(dllimport) when not building the library
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index cf01f79e..6aa6fc18 100644
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -385,7 +385,7 @@ files = [
path_clblast+"/test/wrapper_clblas.hpp",
path_clblast+"/test/wrapper_cblas.hpp",
]
-header_lines = [84, 74, 93, 22, 29, 41]
+header_lines = [96, 73, 97, 22, 29, 41]
footer_lines = [17, 75, 19, 14, 6, 6]
# Checks whether the command-line arguments are valid; exists otherwise