mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64181 954022d7-b5bf-4e40-9824-e11837661b57
21 lines
668 B
C
21 lines
668 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#ifdef _DEBUG
|
|
#pragma comment(lib, "../x64/Debug/PdfReader.lib")
|
|
#pragma comment(lib, "../../SDK/lib/win_64/DEBUG/graphics.lib")
|
|
#pragma comment(lib, "../../PdfWriter/x64/Debug/PdfWriter.lib")
|
|
#else
|
|
#pragma comment(lib, "../x64/Release/PdfReader.lib")
|
|
#pragma comment(lib, "../../SDK/lib/win_64/graphics.lib")
|
|
#pragma comment(lib, "../../PdfWriter/x64/Release/PdfWriter.lib")
|
|
#endif
|
|
|
|
// TODO: reference additional headers your program requires here
|