ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Makefile.in
(Generate patch)

Comparing BasiliskII/src/Unix/Makefile.in (file contents):
Revision 1.43 by gbeauche, 2006-04-17T15:32:37Z vs.
Revision 1.44 by gbeauche, 2006-04-19T06:55:54Z

# Line 58 | Line 58 | ifeq ($(STANDALONE_GUI),yes)
58   GUI_APP = BasiliskIIGUI
59   GUI_APP_APP = $(GUI_APP).app
60   PROGS += $(GUI_APP)$(EXEEXT)
61 < else
61 > endif
62 >
63   CXXFLAGS += $(GUI_CFLAGS)
64   LIBS += $(GUI_LIBS)
64 endif
65  
66   ## Rules
67   .PHONY: modules install installdirs uninstall mostlyclean clean distclean depend dep
# Line 169 | Line 169 | $(OBJ_DIR)/%.o : %.mm
169   $(OBJ_DIR)/%.o : %.s
170          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
171   $(OBJ_DIR)/%.go : %.cpp
172 <        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) $(GUI_CFLAGS) -c $< -o $@
172 >        $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) $(GUI_CFLAGS) -DSTANDALONE_GUI -c $< -o $@
173  
174   # Windows resources
175   $(OBJ_DIR)/%.o: %.rc

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines