-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprecomp.cpp
21 lines (19 loc) · 865 Bytes
/
precomp.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//****************************************************************************
//
// Copyright (c) ALTAP, spol. s r.o. All rights reserved.
//
// This is a part of the Altap Salamander SDK library.
//
// The SDK is provided "AS IS" and without warranty of any kind and
// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING,
// BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE and NON-INFRINGEMENT.
//
//****************************************************************************
#include "precomp.h"
// this project contains the following modules:
//
// 1) module precomp.cpp, which builds certview.pch (/Yc"precomp.h")
// 2) modules that are using certview.pch (/Yu"precomp.h")
// 3) commons have own, automatically generated WINDOWS.PCH
// (/YX"windows.h" /Fp"$(OutDir)\WINDOWS.PCH")