new version banner

This commit is contained in:
Stas Degteff 2005-08-28 20:25:31 +00:00
parent 3f30b7e4ed
commit 453fe2783e
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -21,6 +21,7 @@ endif
endif
GLIBS=gall
CLEANS=
ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT)
include $(TOP)/GNUmakef.inc
include $(TOP)/GNUmakef.prg

View File

@ -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