mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
24624f6b5d
- Build info et al. is given by files instead of env. vars. - Store that information in resources. - Make the main windows not resizeable. - Insist on creating a fresh log file. - Introduce the make dist target.
53 lines
1.3 KiB
C
53 lines
1.3 KiB
C
/*
|
|
* Resource definitions
|
|
*
|
|
* Copyright 2004 Ferenc Wagner
|
|
*
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
|
|
#define IDI_WINE 1
|
|
|
|
#define IDD_STATUS 100
|
|
#define IDD_ABOUT 101
|
|
|
|
#define IDC_ST0 1000
|
|
#define IDC_PB0 1001
|
|
#define IDC_ST1 1002
|
|
#define IDC_PB1 1003
|
|
#define IDC_ST2 1004
|
|
#define IDC_PB2 1005
|
|
|
|
#define IDC_DIR 2000
|
|
#define IDC_OUT 2001
|
|
|
|
#define IDC_SB 3000
|
|
|
|
#define IDC_EDIT 4000
|
|
#define IDC_ABOUT 4001
|
|
|
|
/* Resource types */
|
|
|
|
#define TESTRES 1000
|
|
#define STRINGRES 1001
|
|
|
|
/* String resources */
|
|
|
|
#define WINE_BUILD 10000
|
|
#define BUILD_INFO 10001
|
|
#define TESTS_URL 10002
|
|
|
|
/* Revision info strings start from this index: */
|
|
#define REV_INFO 30000
|