diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
commit | 4ba812b71eb6e3cbefcea50d71dd8b7b98779a73 (patch) | |
tree | 89f8527d0e01ccaa96b3f9498dad1073e512b8c6 /tools/mdbx_chk/src/stdafx.cxx | |
parent | e705d77b5ce00ddcddb4584b6b3df3e538a86b46 (diff) |
Database
- libmdbx inlined not to change the code of utilities
- libmdbx.mir removed from build scripts
Diffstat (limited to 'tools/mdbx_chk/src/stdafx.cxx')
-rw-r--r-- | tools/mdbx_chk/src/stdafx.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/mdbx_chk/src/stdafx.cxx b/tools/mdbx_chk/src/stdafx.cxx deleted file mode 100644 index 77a6bea7ef..0000000000 --- a/tools/mdbx_chk/src/stdafx.cxx +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright (C) 2018-20 Miranda NG team (https://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#include "stdafx.h" - -#include "..\..\build\appstub\appstub.cpp" |