msxbuild/lib/make/सिस्टमₚᵣₐᵧToੴ/mb_xxx.mk

27 lines
1,003 B
Makefile
Raw Normal View History

2024-07-12 15:59:26 +00:00
#
# Latin1 white space and latin1 tab space are not usable in makefiles.
# Setup private chinese white space
#
MB_ :=
MB_  :=
MB_   :=
MB_    :=
MB_     :=
MB_      :=
MB_       :=
MB_        :=
MB_         :=
MB_          :=
MB_           :=
MB_            :=
MB_             :=
MB_              :=
2024-07-17 13:08:25 +00:00
MB_               :=
MB_                :=
MB_                 :=
MB_                  :=
# Defines the real white space " " variable for line wrapping without white space
$(eval $$(subst ,, ) :=)
2024-07-12 15:59:26 +00:00