Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
libclfft
Commits
3a684d72
Commit
3a684d72
authored
Jul 25, 2012
by
Oliver Bock
Browse files
Update APP SDK version to 2.6
parent
d7ecf3a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
example/Makefile.mingw
View file @
3a684d72
...
...
@@ -6,7 +6,7 @@ CXX ?= i586-mingw32msvc-g++
TARGET
=
clfft_example.exe
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(NVIDIA_SDK_INSTALL_PATH)
/OpenCL/common/inc
-I
$(AMDAPPSDKROOT)
/include
-I
../include
-D_WIN32_WINDOWS
=
0x0410
-malign-double
LDFLAGS
+=
$(PWD)
/../lib/libclfft.a ../lib/amd/win32/2.
5
/OpenCL.lib
LDFLAGS
+=
$(PWD)
/../lib/libclfft.a ../lib/amd/win32/2.
6
/OpenCL.lib
$(TARGET)
:
main.cpp Makefile $(PWD)/../lib/libclfft.a
$(CXX)
$(CXXFLAGS)
main.cpp
$(LDFLAGS)
-o
$(TARGET)
...
...
lib/amd/win32/2.
5
/OpenCL.lib
→
lib/amd/win32/2.
6
/OpenCL.lib
View file @
3a684d72
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment