Skip to content
Snippets Groups Projects
Commit 3a684d72 authored by Oliver Bock's avatar Oliver Bock
Browse files

Update APP SDK version to 2.6

parent d7ecf3a2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment