1
0
Fork 0

add spingle.rc/ico

master
an 2019-12-12 23:01:12 -05:00
Ursprung 722fd7791f
Commit 692487755d
5 geänderte Dateien mit 5 neuen und 25 gelöschten Zeilen

Datei anzeigen

@ -177,7 +177,7 @@ set(srcs_windows
source/windows/net_wipx.c
source/windows/net_wipx.h
source/windows/pl_win.c
source/windows/resource.h
source/windows/spingle.rc
source/windows/sys_sdl_win.c
source/windows/wsaerror.h)

Datei anzeigen

@ -47,7 +47,6 @@
#endif
_Static_assert(sizeof(float) == 4, "float not correct size");
_Static_assert(sizeof(int32_t) == 4, "int32_t not correct size");
/* make sure enums are the size of ints for structure packing */
enum dummy_enum

Datei anzeigen

@ -1,23 +0,0 @@
#ifndef spingle__resource_h
#define spingle__resource_h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by the .rc file
#define IDS_STRING1 1
#define IDI_ICON2 1
#define IDD_DIALOG1 108
#define IDD_PROGRESS 109
#define IDC_PROGRESS 1000
// Next default values for new objects
#if defined(APSTUDIO_INVOKED)
#if !defined(APSTUDIO_READONLY_SYMBOLS)
#define _APS_NEXT_RESOURCE_VALUE 113
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
#endif

BIN
source/windows/spingle.ico Normal file

Binäre Datei nicht angezeigt.

Nachher

Breite:  |  Höhe:  |  Größe: 10 KiB

Datei anzeigen

@ -0,0 +1,4 @@
#include <winresrc.h>
icon ICON "spingle.ico"