See ChangeLog entry 2002-04-13 21:40 UTC-0500 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-04-13 21:40 UTC-0500 David G. Holm <dholm@jsd-llc.com>
|
||||
* include/hbrddntx.h
|
||||
* Cleanup
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
* Algorithm of updating keys is fully rewritten, now the index tree
|
||||
remains balanced after adding new keys.
|
||||
|
||||
@@ -26,7 +26,11 @@ ARCH_DOS = $(subst /,\,$(ARCH))
|
||||
MK := $(subst \,/,$(subst \~,~,$(MAKE)))
|
||||
|
||||
ifeq ($(COMSPEC),) #location of command.com
|
||||
COMSPEC := command.com
|
||||
ifeq ($(OS),Windows_NT)
|
||||
COMSPEC := cmd.exe
|
||||
else
|
||||
COMSPEC := command.com
|
||||
endif
|
||||
endif
|
||||
|
||||
RM = del
|
||||
|
||||
Reference in New Issue
Block a user