summaryrefslogtreecommitdiff
path: root/wx+/create_pch.cpp
blob: a9b2ea370db147a5fb0464b431ccc543175277de (plain)
1
2
3
4
5
6
7
8
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html       *
// * Copyright (C) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved    *
// **************************************************************************

//dummy file for Visual Studio to compile precompiled header:
//attaching pch to any other cpp file triggers a full rebuild each time code is changed!
bgstack15