hh: Add an icon.
This commit is contained in:
parent
b436b4b2b9
commit
ab99567fe1
|
@ -3,3 +3,7 @@ APPMODE = -mwindows
|
|||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
||||
RC_SRCS = hh.rc
|
||||
|
||||
SVG_SRCS = winhelp.svg
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* Help Viewer
|
||||
*
|
||||
* Copyright 1996 Ulrich Schmid
|
||||
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
||||
*
|
||||
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* @makedep: winhelp.ico */
|
||||
101 ICON winhelp.ico
|
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 86 KiB |
Loading…
Reference in New Issue