copy catalogs to builddir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -151,7 +151,7 @@ $(OBJS):
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: $(OBJS)\internat.exe
|
||||
all: $(OBJS)\internat.exe bg cs de fr ja ka ru
|
||||
|
||||
$(OBJS)\internat_internat.obj: .\internat.cpp
|
||||
$(CXX) -q -c -P -o$@ $(INTERNAT_CXXFLAGS) $**
|
||||
@@ -159,6 +159,10 @@ $(OBJS)\internat_internat.obj: .\internat.cpp
|
||||
$(OBJS)\internat_internat.res: .\internat.rc
|
||||
brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**
|
||||
|
||||
bg:
|
||||
if not exist $(OBJS)\bg mkdir $(OBJS)\bg
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\bg\%f copy .\bg\%f $(OBJS)\bg
|
||||
|
||||
clean:
|
||||
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
||||
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
||||
@@ -169,7 +173,31 @@ clean:
|
||||
-if exist $(OBJS)\internat.ilf del $(OBJS)\internat.ilf
|
||||
-if exist $(OBJS)\internat.ils del $(OBJS)\internat.ils
|
||||
|
||||
cs:
|
||||
if not exist $(OBJS)\cs mkdir $(OBJS)\cs
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\cs\%f copy .\cs\%f $(OBJS)\cs
|
||||
|
||||
de:
|
||||
if not exist $(OBJS)\de mkdir $(OBJS)\de
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\de\%f copy .\de\%f $(OBJS)\de
|
||||
|
||||
fr:
|
||||
if not exist $(OBJS)\fr mkdir $(OBJS)\fr
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\fr\%f copy .\fr\%f $(OBJS)\fr
|
||||
|
||||
$(OBJS)\internat.exe: $(INTERNAT_OBJECTS) $(OBJS)\internat_internat.res
|
||||
ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
|
||||
c0w32.obj $(INTERNAT_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\internat_internat.res
|
||||
|
|
||||
|
||||
ja:
|
||||
if not exist $(OBJS)\ja mkdir $(OBJS)\ja
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\ja\%f copy .\ja\%f $(OBJS)\ja
|
||||
|
||||
ka:
|
||||
if not exist $(OBJS)\ka mkdir $(OBJS)\ka
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\ka\%f copy .\ka\%f $(OBJS)\ka
|
||||
|
||||
ru:
|
||||
if not exist $(OBJS)\ru mkdir $(OBJS)\ru
|
||||
for %f in (internat.po internat.mo) do if not exist $(OBJS)\ru\%f copy .\ru\%f $(OBJS)\ru
|
||||
|
Reference in New Issue
Block a user