diff --git a/docs/notework.txt b/docs/notework.txt index 564bef4..6222369 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -12,7 +12,7 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ -! Microsoft Visual Studio build (use gedwin.mak as makefile) +! Microsoft Visual Studio build (use golded.mak as makefile) - Fix russian documentation diff --git a/goldnode/Makefile b/goldnode/Makefile index 881652e..672c998 100644 --- a/goldnode/Makefile +++ b/goldnode/Makefile @@ -21,6 +21,7 @@ endif endif GLIBS=gall CLEANS= +ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT) include $(TOP)/GNUmakef.inc include $(TOP)/GNUmakef.prg diff --git a/rddt/Makefile b/rddt/Makefile index 24a9ccf..a9dfcf4 100644 --- a/rddt/Makefile +++ b/rddt/Makefile @@ -11,7 +11,7 @@ endif TOP=.. SHORTTARGET=rddt TARGET=rddt -INCS=-I$(TOP)/goldlib/gall +INCS=-I$(TOP)/goldlib/gall -I$(TOP)/golded3 ifeq ($(findstring EMX, $(PATH)), EMX) STDLIBS=-lstdcpp else @@ -21,6 +21,7 @@ endif endif GLIBS=gall CLEANS= +ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT) include $(TOP)/GNUmakef.inc include $(TOP)/GNUmakef.prg