]> git.lyx.org Git - features.git/commitdiff
vld LyX/cmake integration
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 2 Dec 2007 11:19:39 +0000 (11:19 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 2 Dec 2007 11:19:39 +0000 (11:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21913 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/vld/tools/cmake/CMakeLists.txt
development/Win32/vld/tools/cmake/vld.cmake

index aef88319fb590e93fa4bc19d9cd0067d70ea37db..2c95d2de47975681578dac041785bba8b03faf4c 100644 (file)
@@ -1,26 +1,26 @@
-///////////////////////////////////////////////////////////////////////////////
-//
-//  Visual Leak Detector - CallStack Class Implementations
-//  Copyright (c) 2005-2006 Dan Moulding
-//  Copyright (c) 2007 Peter Kümmel, CMake files
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU Lesser General Public
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License, or (at your option) any later version.
-//
-//  This library 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
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-//  See COPYING.txt for the full terms of the GNU Lesser General Public License.
-//
-////////////////////////////////////////////////////////////////////////////////
+#///////////////////////////////////////////////////////////////////////////////
+#//
+#//  Visual Leak Detector - CallStack Class Implementations
+#//  Copyright (c) 2005-2006 Dan Moulding
+#//  Copyright (c) 2007 Peter Kümmel, CMake files
+#//
+#//  This library is free software; you can redistribute it and/or
+#//  modify it under the terms of the GNU Lesser General Public
+#//  License as published by the Free Software Foundation; either
+#//  version 2.1 of the License, or (at your option) any later version.
+#//
+#//  This library 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
+#//  Lesser General Public License for more details.
+#//
+#//  You should have received a copy of the GNU Lesser General Public
+#//  License along with this library; if not, write to the Free Software
+#//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#//
+#//  See COPYING.txt for the full terms of the GNU Lesser General Public License.
+#//
+#////////////////////////////////////////////////////////////////////////////////
 
 project(vld)
 
index 182f78e09e186475050c9aac9a35ecd02ea90f26..d1e94bbc8d09eb4131cd24842be17157451b9adf 100644 (file)
@@ -1,26 +1,26 @@
-///////////////////////////////////////////////////////////////////////////////
-//
-//  Visual Leak Detector - CallStack Class Implementations
-//  Copyright (c) 2005-2006 Dan Moulding
-//  Copyright (c) 2007 Peter Kümmel, CMake files
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU Lesser General Public
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License, or (at your option) any later version.
-//
-//  This library 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
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-//  See COPYING.txt for the full terms of the GNU Lesser General Public License.
-//
-////////////////////////////////////////////////////////////////////////////////
+#///////////////////////////////////////////////////////////////////////////////
+#//
+#//  Visual Leak Detector - CallStack Class Implementations
+#//  Copyright (c) 2005-2006 Dan Moulding
+#//  Copyright (c) 2007 Peter Kümmel, CMake files
+#//
+#//  This library is free software; you can redistribute it and/or
+#//  modify it under the terms of the GNU Lesser General Public
+#//  License as published by the Free Software Foundation; either
+#//  version 2.1 of the License, or (at your option) any later version.
+#//
+#//  This library 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
+#//  Lesser General Public License for more details.
+#//
+#//  You should have received a copy of the GNU Lesser General Public
+#//  License along with this library; if not, write to the Free Software
+#//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#//
+#//  See COPYING.txt for the full terms of the GNU Lesser General Public License.
+#//
+#////////////////////////////////////////////////////////////////////////////////
 
 # This triggers the useage of vld in all other projects
 include_directories(${vld_path}/include)