mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63314 954022d7-b5bf-4e40-9824-e11837661b57
27 lines
970 B
C
27 lines
970 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"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
|
|
#ifdef _DEBUG
|
|
#pragma comment(lib, "../x64/Debug/DjVuFile.lib")
|
|
#pragma comment(lib, "../../PdfWriter/x64/Debug/PdfWriter.lib")
|
|
#pragma comment(lib, "../../Common/DocxFormat/Source/XML/libxml2/win_build/x64/Debug/libxml2.lib")
|
|
#pragma comment(lib, "../../DesktopEditor/Qt_build/graphics/project/debug/graphics.lib")
|
|
#else
|
|
#pragma comment(lib, "../x64/Release/DjVuFile.lib")
|
|
#pragma comment(lib, "../../PdfWriter/x64/Release/PdfWriter.lib")
|
|
#pragma comment(lib, "../../Common/DocxFormat/Source/XML/libxml2/win_build/x64/Release/libxml2.lib")
|
|
#pragma comment(lib, "../../DesktopEditor/Qt_build/graphics/project/release/graphics.lib")
|
|
#endif
|
|
|
|
// TODO: reference additional headers your program requires here
|