File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ po/POTFILES
30
30
fred
31
31
po /Makefile.in.in
32
32
src /.deps /
33
- src /dummy.c
34
33
src /gtksheet-marshal.c
35
34
src /gtksheettypebuiltins.c
36
35
src /lex.c
37
36
src /nip2
38
- src /nip2-icon.rc
39
37
src /parse.c
40
38
src /parse.h
41
39
stamp-h1
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ src/parse.c
40
40
src/managedgvalue.c
41
41
src/conversion.c
42
42
src/trace.c
43
- src/dummy.c
44
43
src/gtkutil.c
45
44
src/slider.c
46
45
src/action.c
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ nip2_SOURCES = \
184
184
plotwindow.h \
185
185
model.c \
186
186
model.h \
187
- nip2-icon.rc \
188
187
option.c \
189
188
option.h \
190
189
optionview.c \
@@ -296,6 +295,11 @@ nip2_SOURCES = \
296
295
workspaceview.c \
297
296
workspaceview.h
298
297
298
+ if OS_WIN32
299
+ nip2_SOURCES += \
300
+ nip2-icon.rc
301
+ endif
302
+
299
303
helpindex.h :
300
304
./makehelpindex.pl $(prefix ) > helpindex.h
301
305
nipmarshal.h :
@@ -304,17 +308,9 @@ nipmarshal.c:
304
308
echo " #include \" nipmarshal.h\" " > nipmarshal.c
305
309
glib-genmarshal --prefix=nip --body nipmarshal.list >> nipmarshal.c
306
310
307
- nip2-icon.rc :
308
- echo 1 ICON \" nip2-icon.ico\" > nip2-icon.rc
309
-
310
311
.rc.o :
311
- if OS_WIN32
312
312
cp ${top_srcdir} /share/nip2/data/nip2-icon.ico .
313
313
${WINDRES} $< -o $@
314
- else
315
- echo "int poop () {}" >dummy.c
316
- $(CC) -c dummy.c -o $@
317
- endif
318
314
319
315
# we have to replace the standard .y.c rule: we are a bison-only GLR parser,
320
316
# so we can't use autoconf's preferred -y yacc-compatibility stuff
Original file line number Diff line number Diff line change
1
+ 1 ICON "nip2-icon.ico"
You can’t perform that action at this time.
0 commit comments