25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
/************************************************************/
|
|
/* Launch5j, by LoRd_MuldeR <MuldeR2@GMX.de> */
|
|
/* Java JAR wrapper for creating Windows native executables */
|
|
/* https://github.com/lordmulder/ */
|
|
/* */
|
|
/* This work has been released under the MIT license. */
|
|
/* Please see LICENSE.TXT for details! */
|
|
/* */
|
|
/* ACKNOWLEDGEMENT */
|
|
/* This project is partly inspired by the Launch4j project: */
|
|
/* https://sourceforge.net/p/launch4j/ */
|
|
/************************************************************/
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
#include "WinResrc.h"
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#include "../src/resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Bitmaps
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
ID_BITMAP_SPLASH BITMAP "assets/splash_screen.bmp"
|