new version banner
This commit is contained in:
parent
3f30b7e4ed
commit
453fe2783e
@ -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
|
||||
|
||||
|
@ -21,6 +21,7 @@ endif
|
||||
endif
|
||||
GLIBS=gall
|
||||
CLEANS=
|
||||
ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT)
|
||||
|
||||
include $(TOP)/GNUmakef.inc
|
||||
include $(TOP)/GNUmakef.prg
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user