win32-vd_agent/common
Frediano Ziglio 981b5f0dd1 build: Do not generate CMake config.h in source directory
Allows to build out-of-tree and have a clean working directory.
Autoconf used to work with out-of-tree and "config.h" in the
build directory as a "common" directory in the build directory
was created, so including "../config.h" in version.rc and having
"-I $(top_builddir)/common" used to work.
CMake does not create "common" under the build directory so the
"../config.h" inclusion fails.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2019-12-06 09:42:52 +00:00
..
stdint.h mingw: don't redefine SIZE_MAX 2012-02-23 19:03:25 +01:00
test-log.cpp Add a test for logging functions 2017-07-26 16:16:16 +01:00
vdcommon.cpp vdcommon: Do not use GetVersionEx to get Windows version 2019-12-03 17:43:17 +00:00
vdcommon.h Remove some unused definitions 2019-04-30 09:22:11 +01:00
vdlog.cpp vdlog: Fix compatibility with MSVC 2019-12-06 09:42:52 +00:00
vdlog.h vdlog: Factor our a "logf" function to avoid long "LOG" macro 2018-07-08 20:19:21 +01:00
version.rc build: Do not generate CMake config.h in source directory 2019-12-06 09:42:52 +00:00