diff options
author | Willem Jan Palenstijn <WillemJan.Palenstijn@uantwerpen.be> | 2014-04-07 21:37:47 +0000 |
---|---|---|
committer | wpalenst <WillemJan.Palenstijn@uantwerpen.be> | 2014-04-07 21:37:47 +0000 |
commit | efaf4fcf008d725b98b8964c0bdd09267c4ba0a8 (patch) | |
tree | 19a550362f25a6288448374ea043ae8d1269ffb1 /astra_vc08.vcproj | |
parent | 1eba5d772d768ce06ada5fbf2422a2bd4eae4fe0 (diff) | |
download | astra-efaf4fcf008d725b98b8964c0bdd09267c4ba0a8.tar.gz astra-efaf4fcf008d725b98b8964c0bdd09267c4ba0a8.tar.bz2 astra-efaf4fcf008d725b98b8964c0bdd09267c4ba0a8.tar.xz astra-efaf4fcf008d725b98b8964c0bdd09267c4ba0a8.zip |
Fix Windows build
Diffstat (limited to 'astra_vc08.vcproj')
-rw-r--r-- | astra_vc08.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astra_vc08.vcproj b/astra_vc08.vcproj index 441262f..750a9eb 100644 --- a/astra_vc08.vcproj +++ b/astra_vc08.vcproj @@ -278,7 +278,7 @@ <Tool
Name="CUDA Build Rule"
Include="lib\include\cuda"
- Defines="-DDLL_EXPORTS"
+ Defines="DLL_EXPORTS"
Runtime="2"
Platform="2"
/>
|