#pragma once #if defined(_DEBUG) #ifndef LIB_PATH #define LIB_PATH "" #endif //#pragma comment(lib, LIB_PATH"DrawImageD.lib") //#pragma message("Automatically linking with DrawImaged.lib") #else #ifndef LIB_PATH #define LIB_PATH "" #endif //#pragma comment(lib, LIB_PATH"DrawImage.lib") //#pragma message("Automatically linking with DrawImage.lib") #endif