Releasing CUDA program with cuBLAS how to compile release version

Here is my situation. I have been writing a fluid dynamics software for GPUs.
I work at home and use vs2005.

my program when compiled in debug mode seems to work fine. It uses CUBLAS library.

now my office computer also has a GPU. So i wanted to check how my program works on that gpu.

I tried to compile release version of program and it gives me error that there is unresolved symbol cublasInit, cublasSdot etc etc.

So my question is how to create release version that could be used on other machines. As ultimately i would have to share exe file with others so that they can use this CFD solver.

PS: program in question is gpu version of unstructured grid based CFD solver.

Here is my situation. I have been writing a fluid dynamics software for GPUs.
I work at home and use vs2005.

my program when compiled in debug mode seems to work fine. It uses CUBLAS library.

now my office computer also has a GPU. So i wanted to check how my program works on that gpu.

I tried to compile release version of program and it gives me error that there is unresolved symbol cublasInit, cublasSdot etc etc.

So my question is how to create release version that could be used on other machines. As ultimately i would have to share exe file with others so that they can use this CFD solver.

PS: program in question is gpu version of unstructured grid based CFD solver.