Created
February 4, 2012 11:14
-
-
Save shirok/1737122 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/src/Makefile.in | |
+++ b/src/Makefile.in | |
@@ -273,7 +273,7 @@ char-data : gen-unicode.scm | |
char.$(OBJEXT) : char.c char_attr.c | |
-winmain.$(OBJEXT) : main.c | |
+winmain.$(OBJEXT) : main.c $(HEADERS) | |
symbol.$(OBJEXT) : builtin-syms.c | |
@@ -440,6 +440,10 @@ pre-package : $(GENERATED) | |
$(COMPILE) -c -o $<.o $<.c | |
$(LINK) $(gosh_LDFLAGS) -o $@ $<.o $(gosh_LDADD) $(LIBS) | |
+gauche-install.exe : $(LIBGAUCHE).$(SOEXT) | |
+gauche-package.exe : $(LIBGAUCHE).$(SOEXT) | |
+gauche-cesconv.exe : $(LIBGAUCHE).$(SOEXT) | |
+ | |
install-mingw: | |
$(INSTALL) -m 444 $(INSTALL_MINGWHEADERS) $(DESTDIR)$(HEADER_INSTALL_DIR)/gauche | |
$(INSTALL) -m 444 gauche-install.exe.manifest $(DESTDIR)$(BIN_INSTALL_DIR) | |
--- a/ext/Makefile.ext.in | |
+++ b/ext/Makefile.ext.in | |
@@ -118,7 +118,7 @@ install-std : all | |
uninstall : | |
-link : | |
+link : all | |
-$(GOSH) $(top_srcdir)/ext/xlink -l -g "$(SCM_CATEGORY)" \ | |
-b $(top_builddir) -s $(srcdir) $(LIBFILES) $(SCMFILES) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment