summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/stdafx.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-07-19 09:15:00 +0000
committerhrydgard <hrydgard@gmail.com>2009-07-19 09:15:00 +0000
commitafe25626b1964f61cf12005f7de918e2e4cf155c (patch)
tree2dbdcb93e9c9bcd337cf05f92b96604d3261e44a /Source/Core/DebuggerWX/Src/stdafx.cpp
parent6f28539ccc78b8107bf4f16fe16ef1dbe56728b0 (diff)
Use precompiled headers for faster build of the DebuggerWX and Dolphin projects. Fix a silly memory leak in debug text in the GL plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3846 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/stdafx.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/stdafx.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/Src/stdafx.cpp b/Source/Core/DebuggerWX/Src/stdafx.cpp
new file mode 100644
index 0000000000..428bdfaf8b
--- /dev/null
+++ b/Source/Core/DebuggerWX/Src/stdafx.cpp
@@ -0,0 +1,18 @@
+// Copyright (C) 2003-2008 Dolphin Project.
+
+// 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.0.
+
+// 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 2.0 for more details.
+
+// A copy of the GPL 2.0 should have been included with the program.
+// If not, see http://www.gnu.org/licenses/
+
+// Official SVN repository and contact information can be found at
+// http://code.google.com/p/dolphin-emu/
+
+#include "stdafx.h"