• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.OSDN Installation Manager Tool


Commit MetaInfo

Revision8874d77303037ab288860b161fa8f04ec6603929 (tree)
Zeit2012-09-21 06:27:28
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Adjust incorrectly resolved 2012-09-14 merge from master.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2012-09-20 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Adjust incorrectly resolved 2012-09-14 merge from master.
4+
5+ * src/Makefile.in: Restore lost reference to guistub.cpp
6+
17 2012-09-14 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 Implement GUI hooks in "rites of passage" internal API.
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ GUI_LDFLAGS = -mwindows $(LDFLAGS)
9797 %.$(OBJEXT): %.ico
9898 echo $* ICON $*.ico | $(WINDRES) -I ${srcdir}/icons -o $@
9999 #
100-gui$(EXEEXT): guimain.$(OBJEXT) pkgicon.$(OBJEXT)
100+gui$(EXEEXT): guistub.$(OBJEXT) pkgicon.$(OBJEXT)
101101 $(CXX) -o $@ $(CXXFLAGS) $(GUI_LDFLAGS) $+
102102
103103 lastrites$(EXEEXT): rites.$(OBJEXT)