You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
380 B
C

#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