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@62480 954022d7-b5bf-4e40-9824-e11837661b57
19 lines
594 B
C
19 lines
594 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, "../../DesktopEditor/Qt_build/graphics/project/debug/graphics.lib")
|
|
#else
|
|
#pragma comment(lib, "../x64/Release/PdfReader.lib")
|
|
#pragma comment(lib, "../../DesktopEditor/Qt_build/graphics/project/release/graphics.lib")
|
|
#endif
|
|
|
|
// TODO: reference additional headers your program requires here
|