Rebake to get rid of whitespace-only changes in generated files

This just commits insignificant changes after rebaking everything to make sure
they don't get mixed up with significant ones at some later time.
This commit is contained in:
Vadim Zeitlin
2016-09-08 00:42:46 +02:00
parent dafc865d49
commit 9cb762dbd2
15 changed files with 71 additions and 69 deletions

View File

@@ -712,7 +712,7 @@ scroll:
call scroll.bat call scroll.bat
@del scroll.bat @del scroll.bat
secretstore: secretstore:
@echo cd secretstore >secretstore.bat @echo cd secretstore >secretstore.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>secretstore.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>secretstore.bat
call secretstore.bat call secretstore.bat

View File

@@ -293,7 +293,7 @@ sashtest:
scroll: scroll:
$(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) all $(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) all
secretstore: secretstore:
$(MAKE) -C secretstore -f makefile.gcc $(MAKEARGS) all $(MAKE) -C secretstore -f makefile.gcc $(MAKEARGS) all
shaped: shaped:

View File

@@ -572,7 +572,7 @@ sub_scroll:
$(MAKE) -f makefile.vc $(MAKEARGS) all $(MAKE) -f makefile.vc $(MAKEARGS) all
cd "$(MAKEDIR)" cd "$(MAKEDIR)"
sub_secretstore: sub_secretstore:
cd secretstore cd secretstore
$(MAKE) -f makefile.vc $(MAKEARGS) all $(MAKE) -f makefile.vc $(MAKEARGS) all
cd "$(MAKEDIR)" cd "$(MAKEDIR)"

View File

@@ -36,7 +36,7 @@ wx_top_builddir = @wx_top_builddir@
### Variables: ### ### Variables: ###
DESTDIR = DESTDIR =
WX_RELEASE = 3.1 WX_RELEASE = 3.1
LIBDIRNAME = $(wx_top_builddir)/lib LIBDIRNAME = $(wx_top_builddir)/lib
SECRETSTORE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ SECRETSTORE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
@@ -60,7 +60,7 @@ SECRETSTORE_OBJECTS = \
@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) \ @COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) \
@COND_MONOLITHIC_1@ $(EXTRALIBS_XML) $(EXTRALIBS_GUI) @COND_MONOLITHIC_1@ $(EXTRALIBS_XML) $(EXTRALIBS_GUI)
@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI) @COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI = @COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI =
@COND_PLATFORM_MAC_0@__secretstore___mac_setfilecmd = @true @COND_PLATFORM_MAC_0@__secretstore___mac_setfilecmd = @true
@COND_PLATFORM_MAC_1@__secretstore___mac_setfilecmd = \ @COND_PLATFORM_MAC_1@__secretstore___mac_setfilecmd = \
@COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL secretstore$(EXEEXT) @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL secretstore$(EXEEXT)
@@ -100,13 +100,13 @@ COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \
all: secretstore$(EXEEXT) all: secretstore$(EXEEXT)
install: install:
uninstall: uninstall:
install-strip: install install-strip: install
clean: clean:
rm -rf ./.deps ./.pch rm -rf ./.deps ./.pch
rm -f ./*.o rm -f ./*.o
rm -f secretstore$(EXEEXT) rm -f secretstore$(EXEEXT)
@@ -116,7 +116,7 @@ distclean: clean
secretstore$(EXEEXT): $(SECRETSTORE_OBJECTS) secretstore$(EXEEXT): $(SECRETSTORE_OBJECTS)
$(CXX) -o $@ $(SECRETSTORE_OBJECTS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(LDFLAGS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(LIBS) $(CXX) -o $@ $(SECRETSTORE_OBJECTS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(LDFLAGS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_SCINTILLA_IF_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(LIBS)
$(__secretstore___mac_setfilecmd) $(__secretstore___mac_setfilecmd)
secretstore_secretstore.o: $(srcdir)/secretstore.cpp secretstore_secretstore.o: $(srcdir)/secretstore.cpp

View File

@@ -68,10 +68,10 @@ LIBTYPE_SUFFIX = lib
LIBTYPE_SUFFIX = dll LIBTYPE_SUFFIX = dll
!endif !endif
!if "$(MONOLITHIC)" == "0" !if "$(MONOLITHIC)" == "0"
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
!endif !endif
!if "$(MONOLITHIC)" == "1" !if "$(MONOLITHIC)" == "1"
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
!endif !endif
!if "$(BUILD)" == "debug" !if "$(BUILD)" == "debug"
__OPTIMIZEFLAG_2 = -Od __OPTIMIZEFLAG_2 = -Od
@@ -80,13 +80,13 @@ __OPTIMIZEFLAG_2 = -Od
__OPTIMIZEFLAG_2 = -O2 __OPTIMIZEFLAG_2 = -O2
!endif !endif
!if "$(USE_THREADS)" == "0" !if "$(USE_THREADS)" == "0"
__THREADSFLAG_5 = __THREADSFLAG_5 =
!endif !endif
!if "$(USE_THREADS)" == "1" !if "$(USE_THREADS)" == "1"
__THREADSFLAG_5 = mt __THREADSFLAG_5 = mt
!endif !endif
!if "$(USE_THREADS)" == "0" !if "$(USE_THREADS)" == "0"
__THREADSFLAG_6 = __THREADSFLAG_6 =
!endif !endif
!if "$(USE_THREADS)" == "1" !if "$(USE_THREADS)" == "1"
__THREADSFLAG_6 = -tWM __THREADSFLAG_6 = -tWM
@@ -95,13 +95,13 @@ __THREADSFLAG_6 = -tWM
__RUNTIME_LIBS_7 = -tWR __RUNTIME_LIBS_7 = -tWR
!endif !endif
!if "$(RUNTIME_LIBS)" == "static" !if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS_7 = __RUNTIME_LIBS_7 =
!endif !endif
!if "$(RUNTIME_LIBS)" == "dynamic" !if "$(RUNTIME_LIBS)" == "dynamic"
__RUNTIME_LIBS_8 = i __RUNTIME_LIBS_8 = i
!endif !endif
!if "$(RUNTIME_LIBS)" == "static" !if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS_8 = __RUNTIME_LIBS_8 =
!endif !endif
!if "$(WXUNIV)" == "1" !if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
@@ -181,7 +181,7 @@ $(OBJS):
all: $(OBJS)\secretstore.exe all: $(OBJS)\secretstore.exe
clean: clean:
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
-if exist $(OBJS)\*.res del $(OBJS)\*.res -if exist $(OBJS)\*.res del $(OBJS)\*.res
-if exist $(OBJS)\*.csm del $(OBJS)\*.csm -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
@@ -199,3 +199,4 @@ $(OBJS)\secretstore.exe: $(SECRETSTORE_OBJECTS)
$(OBJS)\secretstore_secretstore.obj: .\secretstore.cpp $(OBJS)\secretstore_secretstore.obj: .\secretstore.cpp
$(CXX) -q -c -P -o$@ $(SECRETSTORE_CXXFLAGS) .\secretstore.cpp $(CXX) -q -c -P -o$@ $(SECRETSTORE_CXXFLAGS) .\secretstore.cpp

View File

@@ -64,10 +64,10 @@ ifeq ($(SHARED),1)
LIBTYPE_SUFFIX = dll LIBTYPE_SUFFIX = dll
endif endif
ifeq ($(MONOLITHIC),0) ifeq ($(MONOLITHIC),0)
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
endif endif
ifeq ($(MONOLITHIC),1) ifeq ($(MONOLITHIC),1)
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
endif endif
ifeq ($(BUILD),debug) ifeq ($(BUILD),debug)
__OPTIMIZEFLAG_2 = -O0 __OPTIMIZEFLAG_2 = -O0
@@ -79,13 +79,13 @@ ifeq ($(USE_RTTI),0)
__RTTIFLAG_5 = -fno-rtti __RTTIFLAG_5 = -fno-rtti
endif endif
ifeq ($(USE_RTTI),1) ifeq ($(USE_RTTI),1)
__RTTIFLAG_5 = __RTTIFLAG_5 =
endif endif
ifeq ($(USE_EXCEPTIONS),0) ifeq ($(USE_EXCEPTIONS),0)
__EXCEPTIONSFLAG_6 = -fno-exceptions __EXCEPTIONSFLAG_6 = -fno-exceptions
endif endif
ifeq ($(USE_EXCEPTIONS),1) ifeq ($(USE_EXCEPTIONS),1)
__EXCEPTIONSFLAG_6 = __EXCEPTIONSFLAG_6 =
endif endif
ifeq ($(WXUNIV),1) ifeq ($(WXUNIV),1)
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
@@ -152,17 +152,17 @@ endif
endif endif
ifeq ($(BUILD),release) ifeq ($(BUILD),release)
ifeq ($(DEBUG_INFO),default) ifeq ($(DEBUG_INFO),default)
__DEBUGINFO = __DEBUGINFO =
endif endif
endif endif
ifeq ($(DEBUG_INFO),0) ifeq ($(DEBUG_INFO),0)
__DEBUGINFO = __DEBUGINFO =
endif endif
ifeq ($(DEBUG_INFO),1) ifeq ($(DEBUG_INFO),1)
__DEBUGINFO = -g __DEBUGINFO = -g
endif endif
ifeq ($(USE_THREADS),0) ifeq ($(USE_THREADS),0)
__THREADSFLAG = __THREADSFLAG =
endif endif
ifeq ($(USE_THREADS),1) ifeq ($(USE_THREADS),1)
__THREADSFLAG = -mthreads __THREADSFLAG = -mthreads
@@ -177,7 +177,7 @@ $(OBJS):
all: $(OBJS)\secretstore.exe all: $(OBJS)\secretstore.exe
clean: clean:
-if exist $(OBJS)\*.o del $(OBJS)\*.o -if exist $(OBJS)\*.o del $(OBJS)\*.o
-if exist $(OBJS)\*.d del $(OBJS)\*.d -if exist $(OBJS)\*.d del $(OBJS)\*.d
-if exist $(OBJS)\secretstore.exe del $(OBJS)\secretstore.exe -if exist $(OBJS)\secretstore.exe del $(OBJS)\secretstore.exe

View File

@@ -10,19 +10,19 @@
# These are configurable options: # These are configurable options:
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# C++ compiler # C++ compiler
CXX = `$(WX_CONFIG) --cxx` CXX = `$(WX_CONFIG) --cxx`
# Standard flags for C++ # Standard flags for C++
CXXFLAGS ?= CXXFLAGS ?=
# Standard preprocessor flags (common for CC and CXX) # Standard preprocessor flags (common for CC and CXX)
CPPFLAGS ?= CPPFLAGS ?=
# Standard linker flags # Standard linker flags
LDFLAGS ?= LDFLAGS ?=
# Location and arguments of wx-config script # Location and arguments of wx-config script
WX_CONFIG ?= wx-config WX_CONFIG ?= wx-config
# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,osx_cocoa,osx_carbon,dfb] # Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,osx_cocoa,osx_carbon,dfb]
@@ -34,7 +34,7 @@ WX_SHARED ?= $(shell if test -z `$(WX_CONFIG) --query-linkage`; then echo 1; els
# Compile Unicode build of wxWidgets? [0,1] # Compile Unicode build of wxWidgets? [0,1]
WX_UNICODE ?= $(shell $(WX_CONFIG) --query-chartype | sed 's/unicode/1/;s/ansi/0/') WX_UNICODE ?= $(shell $(WX_CONFIG) --query-chartype | sed 's/unicode/1/;s/ansi/0/')
# Version of the wx library to build against. # Version of the wx library to build against.
WX_VERSION ?= $(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/') WX_VERSION ?= $(shell $(WX_CONFIG) --query-version | sed -e 's/\([0-9]*\)\.\([0-9]*\)/\1\2/')
@@ -75,16 +75,16 @@ endif
all: test_for_selected_wxbuild secretstore all: test_for_selected_wxbuild secretstore
install: install:
uninstall: uninstall:
clean: clean:
rm -f ./*.o rm -f ./*.o
rm -f ./*.d rm -f ./*.d
rm -f secretstore rm -f secretstore
test_for_selected_wxbuild: test_for_selected_wxbuild:
@$(WX_CONFIG) $(WX_CONFIG_FLAGS) @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
secretstore: $(SECRETSTORE_OBJECTS) secretstore: $(SECRETSTORE_OBJECTS)

View File

@@ -102,19 +102,19 @@ LINK_TARGET_CPU = /MACHINE:IA64
LINK_TARGET_CPU = /MACHINE:X64 LINK_TARGET_CPU = /MACHINE:X64
!endif !endif
!if "$(MONOLITHIC)" == "0" !if "$(MONOLITHIC)" == "0"
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
!endif !endif
!if "$(MONOLITHIC)" == "1" !if "$(MONOLITHIC)" == "1"
EXTRALIBS_FOR_BASE = EXTRALIBS_FOR_BASE =
!endif !endif
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_0 = /Zi __DEBUGINFO_0 = /Zi
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_0 = __DEBUGINFO_0 =
!endif !endif
!if "$(DEBUG_INFO)" == "0" !if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_0 = __DEBUGINFO_0 =
!endif !endif
!if "$(DEBUG_INFO)" == "1" !if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_0 = /Zi __DEBUGINFO_0 = /Zi
@@ -123,10 +123,10 @@ __DEBUGINFO_0 = /Zi
__DEBUGINFO_1 = /DEBUG __DEBUGINFO_1 = /DEBUG
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_1 = __DEBUGINFO_1 =
!endif !endif
!if "$(DEBUG_INFO)" == "0" !if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_1 = __DEBUGINFO_1 =
!endif !endif
!if "$(DEBUG_INFO)" == "1" !if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_1 = /DEBUG __DEBUGINFO_1 = /DEBUG
@@ -135,10 +135,10 @@ __DEBUGINFO_1 = /DEBUG
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5) __DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_2 = __DEBUGINFO_2 =
!endif !endif
!if "$(DEBUG_INFO)" == "0" !if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_2 = __DEBUGINFO_2 =
!endif !endif
!if "$(DEBUG_INFO)" == "1" !if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_2 = $(__DEBUGRUNTIME_5) __DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
@@ -147,10 +147,10 @@ __DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
____DEBUGRUNTIME_3_p = /D_DEBUG ____DEBUGRUNTIME_3_p = /D_DEBUG
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
____DEBUGRUNTIME_3_p = ____DEBUGRUNTIME_3_p =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0" !if "$(DEBUG_RUNTIME_LIBS)" == "0"
____DEBUGRUNTIME_3_p = ____DEBUGRUNTIME_3_p =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1" !if "$(DEBUG_RUNTIME_LIBS)" == "1"
____DEBUGRUNTIME_3_p = /D_DEBUG ____DEBUGRUNTIME_3_p = /D_DEBUG
@@ -159,16 +159,16 @@ ____DEBUGRUNTIME_3_p = /D_DEBUG
__DEBUGRUNTIME_4 = d __DEBUGRUNTIME_4 = d
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME_4 = __DEBUGRUNTIME_4 =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0" !if "$(DEBUG_RUNTIME_LIBS)" == "0"
__DEBUGRUNTIME_4 = __DEBUGRUNTIME_4 =
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1" !if "$(DEBUG_RUNTIME_LIBS)" == "1"
__DEBUGRUNTIME_4 = d __DEBUGRUNTIME_4 = d
!endif !endif
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME_5 = __DEBUGRUNTIME_5 =
!endif !endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default" !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME_5 = /opt:ref /opt:icf __DEBUGRUNTIME_5 = /opt:ref /opt:icf
@@ -177,7 +177,7 @@ __DEBUGRUNTIME_5 = /opt:ref /opt:icf
__DEBUGRUNTIME_5 = /opt:ref /opt:icf __DEBUGRUNTIME_5 = /opt:ref /opt:icf
!endif !endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1" !if "$(DEBUG_RUNTIME_LIBS)" == "1"
__DEBUGRUNTIME_5 = __DEBUGRUNTIME_5 =
!endif !endif
!if "$(BUILD)" == "debug" !if "$(BUILD)" == "debug"
__OPTIMIZEFLAG_6 = /Od __OPTIMIZEFLAG_6 = /Od
@@ -198,13 +198,13 @@ __RUNTIME_LIBS_10 = D
__RUNTIME_LIBS_10 = $(__THREADSFLAG_9) __RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
!endif !endif
!if "$(USE_RTTI)" == "0" !if "$(USE_RTTI)" == "0"
__RTTIFLAG_11 = __RTTIFLAG_11 =
!endif !endif
!if "$(USE_RTTI)" == "1" !if "$(USE_RTTI)" == "1"
__RTTIFLAG_11 = /GR __RTTIFLAG_11 = /GR
!endif !endif
!if "$(USE_EXCEPTIONS)" == "0" !if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONSFLAG_12 = __EXCEPTIONSFLAG_12 =
!endif !endif
!if "$(USE_EXCEPTIONS)" == "1" !if "$(USE_EXCEPTIONS)" == "1"
__EXCEPTIONSFLAG_12 = /EHsc __EXCEPTIONSFLAG_12 = /EHsc
@@ -284,7 +284,7 @@ $(OBJS):
all: $(OBJS)\secretstore.exe all: $(OBJS)\secretstore.exe
clean: clean:
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
-if exist $(OBJS)\*.res del $(OBJS)\*.res -if exist $(OBJS)\*.res del $(OBJS)\*.res
-if exist $(OBJS)\*.pch del $(OBJS)\*.pch -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
@@ -299,3 +299,4 @@ $(OBJS)\secretstore.exe: $(SECRETSTORE_OBJECTS)
$(OBJS)\secretstore_secretstore.obj: .\secretstore.cpp $(OBJS)\secretstore_secretstore.obj: .\secretstore.cpp
$(CXX) /c /nologo /TP /Fo$@ $(SECRETSTORE_CXXFLAGS) .\secretstore.cpp $(CXX) /c /nologo /TP /Fo$@ $(SECRETSTORE_CXXFLAGS) .\secretstore.cpp

View File

@@ -497,7 +497,7 @@ fr:
esac; \ esac; \
done done
ja: ja:
@mkdir -p ./intl/ja @mkdir -p ./intl/ja
@for f in internat.po internat.mo; do \ @for f in internat.po internat.mo; do \
if test ! -f ./intl/ja/$$f -a ! -d ./intl/ja/$$f ; \ if test ! -f ./intl/ja/$$f -a ! -d ./intl/ja/$$f ; \

View File

@@ -532,7 +532,7 @@ fr:
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr
ja: ja:
if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%f copy .\intl\ja\%f $(OBJS)\intl\ja for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%f copy .\intl\ja\%f $(OBJS)\intl\ja

View File

@@ -508,7 +508,7 @@ fr:
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr
for %%f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%%f copy .\intl\fr\%%f $(OBJS)\intl\fr for %%f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%%f copy .\intl\fr\%%f $(OBJS)\intl\fr
ja: ja:
if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja
for %%f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%%f copy .\intl\ja\%%f $(OBJS)\intl\ja for %%f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%%f copy .\intl\ja\%%f $(OBJS)\intl\ja

View File

@@ -709,7 +709,7 @@ fr:
if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\fr\%f copy .\intl\fr\%f $(OBJS)\intl\fr
ja: ja:
if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja if not exist $(OBJS)\intl\ja mkdir $(OBJS)\intl\ja
for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%f copy .\intl\ja\%f $(OBJS)\intl\ja for %f in (internat.po internat.mo) do if not exist $(OBJS)\intl\ja\%f copy .\intl\ja\%f $(OBJS)\intl\ja

View File

@@ -319,9 +319,6 @@
<File <File
RelativePath=".\graphics\boundingbox.cpp"> RelativePath=".\graphics\boundingbox.cpp">
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp">
</File>
<File <File
RelativePath=".\sizers\boxsizer.cpp"> RelativePath=".\sizers\boxsizer.cpp">
</File> </File>
@@ -343,6 +340,9 @@
<File <File
RelativePath=".\window\clientsize.cpp"> RelativePath=".\window\clientsize.cpp">
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp">
</File>
<File <File
RelativePath=".\events\clone.cpp"> RelativePath=".\events\clone.cpp">
</File> </File>

View File

@@ -862,10 +862,6 @@
RelativePath=".\graphics\boundingbox.cpp" RelativePath=".\graphics\boundingbox.cpp"
> >
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp"
>
</File>
<File <File
RelativePath=".\sizers\boxsizer.cpp" RelativePath=".\sizers\boxsizer.cpp"
> >
@@ -894,6 +890,10 @@
RelativePath=".\window\clientsize.cpp" RelativePath=".\window\clientsize.cpp"
> >
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp"
>
</File>
<File <File
RelativePath=".\events\clone.cpp" RelativePath=".\events\clone.cpp"
> >

View File

@@ -834,10 +834,6 @@
RelativePath=".\graphics\boundingbox.cpp" RelativePath=".\graphics\boundingbox.cpp"
> >
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp"
>
</File>
<File <File
RelativePath=".\sizers\boxsizer.cpp" RelativePath=".\sizers\boxsizer.cpp"
> >
@@ -866,6 +862,10 @@
RelativePath=".\window\clientsize.cpp" RelativePath=".\window\clientsize.cpp"
> >
</File> </File>
<File
RelativePath=".\graphics\clippingbox.cpp"
>
</File>
<File <File
RelativePath=".\events\clone.cpp" RelativePath=".\events\clone.cpp"
> >