Fix the build
Remove references to removed files
This commit is contained in:
@ -9,9 +9,6 @@
|
|||||||
<file>application.ui</file>
|
<file>application.ui</file>
|
||||||
<file>menus.ui</file>
|
<file>menus.ui</file>
|
||||||
</gresource>
|
</gresource>
|
||||||
<gresource prefix="/appwindow">
|
|
||||||
<file preprocess="to-pixdata">gtk-logo-old.png</file>
|
|
||||||
</gresource>
|
|
||||||
<gresource prefix="/builder">
|
<gresource prefix="/builder">
|
||||||
<file>demo.ui</file>
|
<file>demo.ui</file>
|
||||||
</gresource>
|
</gresource>
|
||||||
@ -79,7 +76,6 @@
|
|||||||
</gresource>
|
</gresource>
|
||||||
<gresource prefix="/sources">
|
<gresource prefix="/sources">
|
||||||
<file>application.c</file>
|
<file>application.c</file>
|
||||||
<file>appwindow.c</file>
|
|
||||||
<file>assistant.c</file>
|
<file>assistant.c</file>
|
||||||
<file>builder.c</file>
|
<file>builder.c</file>
|
||||||
<file>button_box.c</file>
|
<file>button_box.c</file>
|
||||||
@ -127,7 +123,6 @@
|
|||||||
<file>toolpalette.c</file>
|
<file>toolpalette.c</file>
|
||||||
<file>transparent.c</file>
|
<file>transparent.c</file>
|
||||||
<file>tree_store.c</file>
|
<file>tree_store.c</file>
|
||||||
<file>ui_manager.c</file>
|
|
||||||
</gresource>
|
</gresource>
|
||||||
<gresource prefix="/textview">
|
<gresource prefix="/textview">
|
||||||
<file>floppybuddy.gif</file>
|
<file>floppybuddy.gif</file>
|
||||||
|
|||||||
@ -36,7 +36,6 @@ all : \
|
|||||||
## These should be in the order you want them to appear in the
|
## These should be in the order you want them to appear in the
|
||||||
## demo app, which means alphabetized by demo title, not filename
|
## demo app, which means alphabetized by demo title, not filename
|
||||||
DEMOS = \
|
DEMOS = \
|
||||||
appwindow.c \
|
|
||||||
button_box.c \
|
button_box.c \
|
||||||
clipboard.c \
|
clipboard.c \
|
||||||
colorsel.c \
|
colorsel.c \
|
||||||
@ -63,7 +62,6 @@ demos.h: $(DEMOS) geninclude.pl
|
|||||||
$(PERL) geninclude.pl $(DEMOS) > demos.h
|
$(PERL) geninclude.pl $(DEMOS) > demos.h
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
appwindow.obj \
|
|
||||||
button_box.obj \
|
button_box.obj \
|
||||||
changedisplay.obj \
|
changedisplay.obj \
|
||||||
clipboard.obj \
|
clipboard.obj \
|
||||||
|
|||||||
Reference in New Issue
Block a user