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.

16 lines
495 B
C

#pragma once
#if defined(_DEBUG)
# pragma comment(lib, "VisSceneObjectD.lib")
# pragma message("Automatically linking with VisSceneObjectD.lib")
# pragma comment(lib, "VisInterfaceD.lib")
# pragma message("Automatically linking with VisInterfaceD.lib")
#else
# pragma comment(lib, "VisSceneObject.lib")
# pragma message("Automatically linking with VisSceneObject.lib")
# pragma comment(lib, "VisInterface.lib")
# pragma message("Automatically linking with VisInterface.lib")
#endif