source: release-kits/wirk3/bin/launch4j/head_src/resource.h@ 15023

Last change on this file since 15023 was 15023, checked in by oranfry, 16 years ago

did the bulk of the work on wirk3

File size: 1.4 KB
Line 
1/*
2 Launch4j (http://launch4j.sourceforge.net/)
3 Cross-platform Java application wrapper for creating Windows native executables.
4
5 Copyright (C) 2004, 2006 Grzegorz Kowal
6
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
11
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
16
17 You should have received a copy of the GNU Lesser General Public
18 License along with this library; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
21
22 Compiled with Mingw port of GCC,
23 Bloodshed Dev-C++ IDE (http://www.bloodshed.net/devcpp.html)
24*/
25
26// ICON
27#define APP_ICON 1
28
29// BITMAP
30#define SPLASH_BITMAP 1
31
32// RCDATA
33#define JRE_PATH 1
34#define JAVA_MIN_VER 2
35#define JAVA_MAX_VER 3
36#define SHOW_SPLASH 4
37#define SPLASH_WAITS_FOR_WINDOW 5
38#define SPLASH_TIMEOUT 6
39#define SPLASH_TIMEOUT_ERR 7
40#define CHDIR 8
41#define SET_PROC_NAME 9
42#define ERR_TITLE 10
43#define GUI_HEADER_STAYS_ALIVE 11
44#define JVM_ARGS 12
45#define JAR_ARGS 13
46#define JAR 14
Note: See TracBrowser for help on using the repository browser.