2008-09-09 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/mtpl_b32.mak
  * contrib/mtpl_gcc.mak
  * contrib/mtpl_vc.mak
    ! Some more fine tuning.
This commit is contained in:
Viktor Szakats
2008-09-09 09:52:23 +00:00
parent 127db85b25
commit fb9c8ef78d
4 changed files with 9 additions and 8 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-09 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/mtpl_b32.mak
* contrib/mtpl_gcc.mak
* contrib/mtpl_vc.mak
! Some more fine tuning.
2008-09-09 11:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/asort.c
! fixed GPF when user sort code block reduces the size of sorted array

View File

@@ -81,8 +81,7 @@ HB_LIB_INSTALL = $(HB_INSTALL_PREFIX)\lib
HB_CC_DIRNAME = $(_HB_CC_NAME)
!endif
OBJ_ROOT = obj
OBJ_DIR = $(OBJ_ROOT)\$(HB_CC_DIRNAME)\\
OBJ_DIR = obj\$(HB_CC_DIRNAME)\\
LIB_DIR = $(HB_ROOT)\lib\$(HB_CC_DIRNAME)\\
BIN_DIR = $(HB_ROOT)\bin\$(HB_CC_DIRNAME)\\
@@ -210,7 +209,6 @@ doClean:
@if exist _hbdeloa.bat $(DEL) _hbdeloa.bat > nul
@if exist _hbdeloo.bat $(DEL) _hbdeloo.bat > nul
@if exist "$(OBJ_DIR)" rd "$(OBJ_DIR)" > nul 2> nul
@if exist "$(OBJ_ROOT)" rd "$(OBJ_ROOT)" > nul 2> nul
!if "$(HB_INSTALL_PREFIX)" == "$(HB_ROOT)"
@if exist $(HB_LIB_INSTALL)\$(LIBNAME)$(LIBEXT) $(DEL) $(HB_LIB_INSTALL)\$(LIBNAME)$(LIBEXT) > nul

View File

@@ -80,8 +80,7 @@ ifndef HB_CC_DIRNAME
HB_CC_DIRNAME = $(_HB_CC_NAME)
endif
OBJ_ROOT = obj
OBJ_DIR = $(OBJ_ROOT)/$(HB_CC_DIRNAME)/
OBJ_DIR = obj/$(HB_CC_DIRNAME)/
LIB_DIR = $(HB_ROOT)/lib/$(HB_CC_DIRNAME)/
BIN_DIR = $(HB_ROOT)/bin/$(HB_CC_DIRNAME)/

View File

@@ -78,8 +78,7 @@ HB_LIB_INSTALL = $(HB_INSTALL_PREFIX)\lib
HB_CC_DIRNAME = $(_HB_CC_NAME)
!endif
OBJ_ROOT = obj
OBJ_DIR = $(OBJ_ROOT)\$(HB_CC_DIRNAME)\\
OBJ_DIR = obj\$(HB_CC_DIRNAME)\\
LIB_DIR = $(HB_ROOT)\lib\$(HB_CC_DIRNAME)\\
BIN_DIR = $(HB_ROOT)\bin\$(HB_CC_DIRNAME)\\
@@ -199,7 +198,6 @@ doClean:
@if exist _hbdeloa.bat $(DEL) _hbdeloa.bat > nul
@if exist _hbdeloo.bat $(DEL) _hbdeloo.bat > nul
@if exist "$(OBJ_DIR)" rd "$(OBJ_DIR)" > nul 2> nul
@if exist "$(OBJ_ROOT)" rd "$(OBJ_ROOT)" > nul 2> nul
!if "$(HB_INSTALL_PREFIX)" == "$(HB_ROOT)"
@if exist $(HB_LIB_INSTALL)\$(LIBNAME)$(LIBEXT) $(DEL) $(HB_LIB_INSTALL)\$(LIBNAME)$(LIBEXT) > nul