Fix fluid file build problem.
This commit is contained in:
parent
c3a20870f7
commit
2824882d47
4
Makefile
4
Makefile
|
@ -15,7 +15,7 @@ all: makedepend FL Timeline Mixer
|
|||
@ $(CXX) $(CXXFLAGS) $(INCLUDES) -c $< -o $@
|
||||
|
||||
%.C : %.fl
|
||||
@ fluid -c $<
|
||||
@ cd `dirname $<` && fluid -c ../$<
|
||||
|
||||
|
||||
include FL/makefile.inc
|
||||
|
@ -27,7 +27,7 @@ SRCS:=$(FL_SRCS) $(Timeline_SRCS) $(Mixer_SRCS)
|
|||
TAGS: $(SRCS)
|
||||
etags $(SRCS)
|
||||
|
||||
makedepend: $(SRCS)
|
||||
makedepend: $(SRCS) Makefile
|
||||
@ echo -n Checking dependencies...
|
||||
@ makedepend -f- -- $(CXXFLAGS) -- $(SRCS) > makedepend 2>/dev/null && echo done.
|
||||
|
||||
|
|
|
@ -605,7 +605,7 @@ xruns_output->value( engine->xruns() );} {}
|
|||
xywh {-4 122 507 419}
|
||||
} {
|
||||
Fl_Group {} {
|
||||
label Credits open
|
||||
label Credits open selected
|
||||
xywh {-4 147 507 394}
|
||||
} {
|
||||
Fl_Box {} {
|
||||
|
@ -690,7 +690,7 @@ while ( _window->shown() )
|
|||
// fl_alert( "A file already exists at that location. Choose a differnt name." );
|
||||
//
|
||||
// }
|
||||
}} selected
|
||||
}}
|
||||
xywh {455 140 80 35}
|
||||
}
|
||||
Fl_File_Input _directory {
|
||||
|
|
Loading…
Reference in New Issue