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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user