mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-25 17:05:27 +00:00
- Improve Precompiled header usage - Change "Output Directory" and "Intermediate Directory" of all projects to the same values - Discard pdb files from release file
17 lines
388 B
C++
17 lines
388 B
C++
/**
|
|
* @file pch.cpp
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief source file corresponding to the pre-compiled header
|
|
* @details
|
|
* @version 0.1
|
|
* @date 2020-04-11
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#include "pch.h"
|
|
|
|
//
|
|
// When you are using pre-compiled headers, this source file is necessary for
|
|
// compilation to succeed.
|
|
//
|