Library moved to MSI/MSICA/lib

This commit is contained in:
Simon Rozman 2017-04-24 23:02:52 +02:00
parent 557eb4403f
commit cf1869f495

View File

@ -17,7 +17,7 @@
# along with MSICA. If not, see <http://www.gnu.org/licenses/>. # along with MSICA. If not, see <http://www.gnu.org/licenses/>.
# #
!INCLUDE "..\..\..\include\MSIBuildCfg.mak" !INCLUDE "..\..\..\..\..\include\MSIBuildCfg.mak"
MSIBUILD_IS_LOCALIZEABLE=1 MSIBUILD_IS_LOCALIZEABLE=1
@ -29,7 +29,7 @@ All :: \
"$(LANG).$(PLAT).$(CFG).Error-1.idt" \ "$(LANG).$(PLAT).$(CFG).Error-1.idt" \
"$(LANG).$(PLAT).$(CFG).Error-2.idt" "$(LANG).$(PLAT).$(CFG).Error-2.idt"
"$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Error-1.idt" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Error Message Error Message
@ -37,7 +37,7 @@ i2 L0
Error Error Error Error
<<NOKEEP <<NOKEEP
"en_US.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" "en_US.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Error Message Error Message
@ -73,7 +73,7 @@ i2 L0
copy /y $** $@ > NUL copy /y $** $@ > NUL
!ELSE !ELSE
"$(LANG).$(PLAT).$(CFG).Error-2.idt" : "en_US.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(LANG).po" "$(LANG).$(PLAT).$(CFG).Error-2.idt" : "en_US.$(PLAT).$(CFG).Error-2.idtx" "..\locale\$(LANG).po"
cscript.exe "..\..\..\MSI\MSIBuild\MSI.wsf" //Job:IDTTranslate //Nologo $@ $** /CP:$(MSIBUILD_CODEPAGE) cscript.exe "..\..\..\..\..\MSI\MSIBuild\MSI.wsf" //Job:IDTTranslate //Nologo $@ $** /CP:$(MSIBUILD_CODEPAGE)
!ENDIF !ENDIF
@ -81,4 +81,4 @@ i2 L0
# Build MSM module! # Build MSM module!
###################################################################### ######################################################################
!INCLUDE "..\..\..\MSI\MSIBuild\MSM.mak" !INCLUDE "..\..\..\..\..\MSI\MSIBuild\MSM.mak"