diff options
Diffstat (limited to 'src/3rdparty/libcroco/win32/vs9/croco-gen-srcs.vsprops')
-rw-r--r-- | src/3rdparty/libcroco/win32/vs9/croco-gen-srcs.vsprops | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/win32/vs9/croco-gen-srcs.vsprops b/src/3rdparty/libcroco/win32/vs9/croco-gen-srcs.vsprops new file mode 100644 index 0000000..5be8fe7 --- /dev/null +++ b/src/3rdparty/libcroco/win32/vs9/croco-gen-srcs.vsprops @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<!-- +This file is part of The Croco Library +This program is free software; you can redistribute it and/or +modify it under the terms of version 2.1 of the GNU Lesser General Public +License as published by the Free Software Foundation. + +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 Lesser General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +USA + +Author: Fan, Chun-wei +See COPYRIGHTS file for copyright information. +--> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="crocogensrcsprops" + InheritedPropertySheets=".\croco-build-defines.vsprops" + > + <UserMacro + Name="CopyConfigH" + Value="copy ..\..\config.h.win32 ..\..\config.h" + /> + <UserMacro + Name="GenerateLibCrocoDef" + Value=" +echo EXPORTS > $(DefDir)\libcroco.def
 +cl /EP ..\..\src\libcroco.symbols >> $(DefDir)\libcroco.def
 + " + /> +</VisualStudioPropertySheet> |