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.

18 lines
474 B
C

#pragma once
#include "DrawInclude\dfBaseLib.h"
#include "DrawInclude\dfSeismicLib.h"
#include "DrawInclude\dfProjectionLib.h"
#include "DrawInclude\dfImageVectorLib.h"
#include "dfFormatLib.h"
#include "dfImageLib.h"
#if defined(_DEBUG)
# pragma comment(lib, "DrawOperatorD.lib")
# pragma message("Automatically linking with DrawOperatorD.lib")
#else
# pragma comment(lib, "DrawOperator.lib")
# pragma message("Automatically linking with DrawOperator.lib")
#endif