2009-07-11 17:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/os2/watcom.cf
    ! Protected dirsep trick to only kick in with NT Shell.
This commit is contained in:
Viktor Szakats
2009-07-11 15:04:06 +00:00
parent e537249bdc
commit 8b90eb987f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-11 17:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/os2/watcom.cf
! Protected dirsep trick to only kick in with NT Shell.
2009-07-11 16:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/external/sqlite3/Makefile
* set SQLITE_OS_OTHER for all DOS builds

View File

@@ -60,9 +60,11 @@ ifeq ($(HB_BUILD_DEBUG),yes)
CPPFLAGS += -d2
endif
ifeq ($(SHLVL),) # NT Shell
ifeq ($(CC),wcc386)
CC_RULE = $(CC) $(subst /,\,$(CPPFLAGS)) $(subst /,\,$(CFLAGS)) $(HB_CDBG) $(subst /,\,$(HB_USER_CFLAGS)) $(HB_CDYNLIB) $(subst /,\,$(CC_IN)) $(subst /,\,$<) $(CC_OUT)$(<F:.c=$(OBJ_EXT))
endif
endif
# Note: The empty line directly before 'endef' HAVE TO exist!
# It causes that the 'echo' command is separated by LF