2003-03-31 21:41:55 +02:00
|
|
|
/*
|
|
|
|
* WineCfg resources
|
|
|
|
*
|
|
|
|
* Copyright 2002 Jaco Greeff
|
|
|
|
* Copyright 2003 Dimitrie O. Paun
|
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-03-31 21:41:55 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2009-07-06 11:35:27 +02:00
|
|
|
#include "config.h" /* Needed for the PACKAGE_STRING definition */
|
2003-03-31 21:41:55 +02:00
|
|
|
#include "resource.h"
|
|
|
|
|
2010-04-21 00:50:45 +02:00
|
|
|
/* @makedep: winecfg.ico */
|
|
|
|
IDI_WINECFG ICON winecfg.ico
|
|
|
|
|
2010-06-09 01:03:50 +02:00
|
|
|
/* @makedep: logo.ico */
|
|
|
|
IDI_LOGO ICON logo.ico
|
2005-12-17 12:30:06 +01:00
|
|
|
|
2007-09-18 13:20:30 +02:00
|
|
|
/* @makedep: idb_checkbox.bmp */
|
2005-12-17 12:30:06 +01:00
|
|
|
IDB_CHECKBOX BITMAP idb_checkbox.bmp
|
2007-09-25 07:00:35 +02:00
|
|
|
|
|
|
|
/* @makedep: idw_testsound.wav */
|
|
|
|
IDW_TESTSOUND WAVE idw_testsound.wav
|