Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'v4-1-10'.
Browse files Browse the repository at this point in the history
  • Loading branch information
(no author) committed Jul 1, 2003
1 parent 13908d0 commit b35fbec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ INSTALL_FILES = create_install_dirs \
$(INSTALL_DIR)/include/allegro/platform \
$(INSTALL_DIR)/include/osxalleg.h \
$(INSTALL_DIR)/include/allegro/platform/aintosx.h \
$(INSTALL_DIR)/include/allegro/platform/aintunix.h \
$(INSTALL_DIR)/include/allegro/platform/alosxcfg.h \
$(INSTALL_DIR)/include/allegro/platform/alplatf.h \
$(INSTALL_DIR)/include/allegro/platform/alosx.h \
Expand Down Expand Up @@ -362,7 +363,7 @@ define MAKE_PLUGIN_LIB
endef

define LINK_WITH_PLUGINS
$(CC) $(LFLAGS) -o $@ $< $(strip $(PLUGIN_LIB) $(addprefix @,$(PLUGIN_SCRIPTS)) $(LIB_NAME) $(LIBRARIES))
$(CC) $(LFLAGS) -o $@ $< $(strip $(PLUGIN_LIB) `cat < $(PLUGIN_SCRIPTS)` $(LIB_NAME) $(LIBRARIES))
endef

tools/macosx/%: $(OBJ_DIR)/%.o $(LIB_NAME)
Expand Down

0 comments on commit b35fbec

Please sign in to comment.