Kaydet (Commit) be9a23e7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS jsc3 (1.4.4); FILE MERGED

2006/02/22 16:23:38 jsc 1.4.4.2: #i62443# insert workaround for touch problem with full qualified paths
2006/02/22 16:03:13 jsc 1.4.4.1: #i62443# insert workaround for touch problem with full qualified paths
üst ea00d9bf
......@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: kz $ $Date: 2006-02-03 17:14:51 $
# last change: $Author: vg $ $Date: 2006-03-15 09:29:18 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
......@@ -102,7 +102,8 @@ endif
$(OUT_BIN)/$(APP_NAME)$(EXE_EXT) : $(OUT_BIN)/_$(APP_NAME)$(EXE_EXT)
-$(MKDIR) $(subst /,$(PS),$(@D))
$(COPY) $(subst /,$(PS),$(BIN_DIR)/unoapploader$(EXE_EXT)) $(subst /,$(PS),$@)
touch $@
# workaround for touch problem under Windows with full qualified paths
make -t $@
SimpleBootstrapCppExample : $(OUT_BIN)/$(APP_NAME)$(EXE_EXT)
@echo --------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment