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

* config/os2/global.cf
    ! Fix to prev.
This commit is contained in:
Viktor Szakats
2009-07-11 16:56:05 +00:00
parent 2be78e8125
commit 6aa07de413
2 changed files with 8 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-11 18:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/os2/global.cf
! Fix to prev.
2009-07-11 18:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added OS/2 cross-build examples for both Windows and Linux

View File

@@ -41,12 +41,12 @@ ifeq ($(OS2_SHELL),) # non-OS/2
MV = move
dirbase::
-@$(COMSPEC) /c if not exist $(ARCH_DOS)\. $(MD) $(ARCH_DOS)
$(if $(LIB_DIR_DOS),-@$(COMSPEC) /c if not exist $(LIB_DIR_DOS)\. $(MD) $(LIB_DIR_DOS),)
-@$(COMSPEC) /c if not exist $(OS2_ARCH_DIR)\. $(MD) $(OS2_ARCH_DIR)
$(if $(OS2_LIB_DIR),-@$(COMSPEC) /c if not exist $(OS2_LIB_DIR)\. $(MD) $(OS2_LIB_DIR),)
clean::
-@$(COMSPEC) /c if exist $(ARCH_DOS) $(RD) $(ARCH_DOS)
$(if $(LIB_ARCH_DOS),-@$(COMSPEC) /c if exist $(LIB_ARCH_DOS) $(RM) $(LIB_ARCH_DOS),)
-@$(COMSPEC) /c if exist $(OS2_ARCH_DIR) $(RD) $(OS2_ARCH_DIR)
$(if $(OS2_LIB_ARCH),-@$(COMSPEC) /c if exist $(OS2_LIB_ARCH) $(RM) $(OS2_LIB_ARCH),)
else # OS/2
RM = del /n