Size of artifact .exe with VC++

hi there. I have another question for the community. I compile de Juce Demo project with Visual Studio Express Edition 2008 and all runs fine, but de size of generated jucedemo.exe is bigger than the size of jucedemo.exe available on rawmaterial’s web site (800 Kb vs 2.5 Mb).

How i can fix this issue?
Is there an compiler or linker flag to strip out the generated exe?

thx in advance.

nevermind. I figure out why the diference of size. jucedemo.exe from web site is packed with upx…

well, thx anyway.