Compile Source Code on Windows 7 W VS2010

Hi All!
Ive compiled panda 3d on my windows 7 64 bit machine w/Visual Studio 2010 Full version. I used no directcam and no vision, and NO PYTHON as I’ll be using just C++ to write games in. There was no installer created either?
built panda with --no-directcam --no-vision --no-python (installer ommited)

1>------ Build started: Project: makepanda, Configuration: Release Win32 ------
1> Using DirectX SDK June 2010
1>EXEC : warning : Could not locate pkg-config package eigen3, excluding from build
1>EXEC : warning : Could not locate thirdparty package awesomium, excluding from build
1>EXEC : warning : Could not locate thirdparty package wx, excluding from build
1>EXEC : warning : Could not locate thirdparty package wx, excluding from build

1> Generating library cache…
1> Generating dependencies…
1> Storing dependency cache.
1> Build successfully finished, elapsed time: 1 hours 8 min
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Is that it? Am I ready to start writing games for it now?

I basically installed the DX SDK 1st, Had all my visual studio SDK packages updated 1st, then just loaded the .sln for makepanda into visual studio and changed to “RELEASE” build, and built it. Took forever. lol

Thanks