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
ifndef LAZARUS_CONFIG_DIR
ifeq ($(OS_TARGET),win32)
LAZARUS_CONFIG_DIR=
LAZARUS_CONFIG_DIR=.
else
LAZARUS_CONFIG_DIR=$(HOME)/.lazarus
endif

View File

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