stdafx.cpp
上传用户:kairuinn
上传日期:2009-02-07
资源大小:2922k
文件大小:1k
- // stdafx.cpp : source file that includes just the standard includes
- // Solidgraph.pch will be the pre-compiled header
- // stdafx.obj will contain the pre-compiled type information
- #include "stdafx.h"
- #pragma comment( lib, "opengl32.lib" )
- #pragma comment( lib, "glu32.lib" )
- #pragma comment( lib, "..//sgCore//sgCore.lib" )
- #ifndef _DEBUG
- #pragma comment( lib, "..//Release//png.lib" )
- #pragma comment( lib, "..//Release//jpeg.lib" )
- #pragma comment( lib, "..//Release//zlib.lib" )
- #pragma comment( lib, "..//Release//tiff.lib" )
- #pragma comment( lib, "..//Release//cximage.lib" )
- #pragma comment( lib, "..//Release//lua.lib" )
- #else
- #pragma comment( lib, "..//Debug//png.lib" )
- #pragma comment( lib, "..//Debug//jpeg.lib" )
- #pragma comment( lib, "..//Debug//zlib.lib" )
- #pragma comment( lib, "..//Debug//tiff.lib" )
- #pragma comment( lib, "..//Debug//cximage.lib" )
- #pragma comment( lib, "..//Debug//luaD.lib" )
- #endif