LINK : fatal error LNK1104: cannot open file 'freeglut.lib'

Trying to convert to freeglut from glut32. I am using VS 2008.
Got rid of the glut32.lib in Project Properties->Linker->Additional Dependencies.
Mind you, there is no freeglut.lib (32 or 64) under $(NVSDKCOMPUTE_ROOT)/C/common/lib for Cuda 4.1
Instead of “glut.h”, I am using “freeglut.h”
As a post-build event, I am copying freeglut.dll to my executable directory.
I am getting “LINK : fatal error LNK1104: cannot open file ‘freeglut.lib’”
What would be the proper way to use Nvidia’s freeglut.dll?
Also, for Cuda 4.1, there is no freeglut.dll (let alone freeglut.lib)