mirror of
https://github.com/fltk/fltk.git
synced 2026-08-17 16:43:10 +08:00
This update consists of three parts: 1. update icons/fluid.ico to the one provided by STR 2952 2. Windows: add resource file fluid/fluid.rc using 'fluid.ico' 3. Cross-platform: add icon using 'icons/fluid-128.png' to fluid executable Note: file 'fluid/fluid_icon.cxx' is generated by fluid using fluid_icon.fl.
22 lines
561 B
Plaintext
22 lines
561 B
Plaintext
//
|
|
// Resource script for fluid using the Fast Light Tool Kit (FLTK).
|
|
//
|
|
// Copyright 2026 by Bill Spitzak and others.
|
|
//
|
|
// This library is free software. Distribution and use rights are outlined in
|
|
// the file "COPYING" which should have been included with this file. If this
|
|
// file is missing or damaged, see the license at:
|
|
//
|
|
// https://www.fltk.org/COPYING.php
|
|
//
|
|
// Please see the following page on how to report bugs and issues:
|
|
//
|
|
// https://www.fltk.org/bugs.php
|
|
//
|
|
|
|
//
|
|
// Icon for executable
|
|
//
|
|
|
|
IDI_ICON ICON DISCARDABLE "icons/fluid.ico"
|