use current directory for win32 $LAZARUSCONFIGDIR

git-svn-id: trunk@5101 -
This commit is contained in:
micha 2004-01-24 19:17:54 +00:00
parent aa765b0e3b
commit d5c82bb0dc
2 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@ endif
export LCL_PLATFORM export LCL_PLATFORM
ifndef LAZARUS_CONFIG_DIR ifndef LAZARUS_CONFIG_DIR
ifeq ($(OS_TARGET),win32) ifeq ($(OS_TARGET),win32)
LAZARUS_CONFIG_DIR= LAZARUS_CONFIG_DIR=.
else else
LAZARUS_CONFIG_DIR=$(HOME)/.lazarus LAZARUS_CONFIG_DIR=$(HOME)/.lazarus
endif endif

View File

@ -54,7 +54,7 @@ export LCL_PLATFORM
# user config # user config
ifndef LAZARUS_CONFIG_DIR ifndef LAZARUS_CONFIG_DIR
ifeq ($(OS_TARGET),win32) ifeq ($(OS_TARGET),win32)
LAZARUS_CONFIG_DIR= LAZARUS_CONFIG_DIR=.
else else
LAZARUS_CONFIG_DIR=$(HOME)/.lazarus LAZARUS_CONFIG_DIR=$(HOME)/.lazarus
endif endif
@ -75,7 +75,7 @@ ifeq ($(OS_TARGET), win32)
$(MAKE) lazarus.res $(MAKE) lazarus.res
endif endif
$(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT) $(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT)
idepkg: idepkg:
$(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT) OPT='$(OPT) @$(LAZARUS_IDE_CONFIG)' $(MAKE) --assume-new=lazarus.pp lazarus$(EXEEXT) OPT='$(OPT) @$(LAZARUS_IDE_CONFIG)'