new version banner
This commit is contained in:
parent
3f30b7e4ed
commit
453fe2783e
@ -12,7 +12,7 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
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
|
- Fix russian documentation
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
GLIBS=gall
|
GLIBS=gall
|
||||||
CLEANS=
|
CLEANS=
|
||||||
|
ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT)
|
||||||
|
|
||||||
include $(TOP)/GNUmakef.inc
|
include $(TOP)/GNUmakef.inc
|
||||||
include $(TOP)/GNUmakef.prg
|
include $(TOP)/GNUmakef.prg
|
||||||
|
@ -11,7 +11,7 @@ endif
|
|||||||
TOP=..
|
TOP=..
|
||||||
SHORTTARGET=rddt
|
SHORTTARGET=rddt
|
||||||
TARGET=rddt
|
TARGET=rddt
|
||||||
INCS=-I$(TOP)/goldlib/gall
|
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/golded3
|
||||||
ifeq ($(findstring EMX, $(PATH)), EMX)
|
ifeq ($(findstring EMX, $(PATH)), EMX)
|
||||||
STDLIBS=-lstdcpp
|
STDLIBS=-lstdcpp
|
||||||
else
|
else
|
||||||
@ -21,6 +21,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
GLIBS=gall
|
GLIBS=gall
|
||||||
CLEANS=
|
CLEANS=
|
||||||
|
ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT)
|
||||||
|
|
||||||
include $(TOP)/GNUmakef.inc
|
include $(TOP)/GNUmakef.inc
|
||||||
include $(TOP)/GNUmakef.prg
|
include $(TOP)/GNUmakef.prg
|
||||||
|
Reference in New Issue
Block a user