From 8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 30 Jul 2001 17:46:07 +0000 Subject: Encryption basically works. Removed system specific files becuase they are now part of Mingw32/CPD --- complus/gpgcom.rc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 complus/gpgcom.rc (limited to 'complus/gpgcom.rc') diff --git a/complus/gpgcom.rc b/complus/gpgcom.rc new file mode 100644 index 00000000..d9ac5666 --- /dev/null +++ b/complus/gpgcom.rc @@ -0,0 +1,22 @@ +/* gpgcom.rc - Resource file for gpgcom + * Copyright (C) 2001 g10 Code GmbH + * + * This file is part of GPGME. + * + * GPGME 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; either version 2 of the License, or + * (at your option) any later version. + * + * GPGME 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, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + */ + +1 TYPELIB "gpgcom.tlb" + -- cgit