mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
36a9a2e592
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19098 57a11ea4-9604-0410-9ed3-97b8803252fd
14 lines
682 B
Diff
14 lines
682 B
Diff
--- icu.orig/source/config/mh-mingw 2010-04-29 00:27:52.000000000 +0900
|
|
+++ icu/source/config/mh-mingw 2010-05-02 16:18:18.821561705 +0900
|
|
@@ -71,8 +71,8 @@
|
|
|
|
# The #M# is used to delete lines for icu-config
|
|
# Current full path directory.
|
|
-#CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
|
|
-CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
|
|
+CURR_FULL_DIR=$(shell pwd)#M# for MSYS
|
|
+#CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
|
|
# Current full path directory for use in source code in a -D compiler option.
|
|
#CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
|
|
CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
|