Skip to content

Commit b4d2eb4

Browse files
committed
Check in nip2-icon.rc
It doesn't need to be generated at build time.
1 parent 9f935d1 commit b4d2eb4

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ src/gtksheet-marshal.c
3535
src/gtksheettypebuiltins.c
3636
src/lex.c
3737
src/nip2
38-
src/nip2-icon.rc
3938
src/parse.c
4039
src/parse.h
4140
stamp-h1

src/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ nipmarshal.c:
304304
echo "#include \"nipmarshal.h\"" > nipmarshal.c
305305
glib-genmarshal --prefix=nip --body nipmarshal.list >> nipmarshal.c
306306

307-
nip2-icon.rc:
308-
echo 1 ICON \"nip2-icon.ico\" > nip2-icon.rc
309-
310307
.rc.o:
311308
if OS_WIN32
312309
cp ${top_srcdir}/share/nip2/data/nip2-icon.ico .

src/nip2-icon.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 ICON "nip2-icon.ico"

0 commit comments

Comments
 (0)