MSIBuildCfg.mak moved

This commit is contained in:
Simon Rozman 2016-03-30 15:09:59 +02:00
parent 7b27a14505
commit c1e9819446
12 changed files with 44 additions and 44 deletions

@ -1 +1 @@
Subproject commit f56e7574d9f5f6cd2cf604a9b292e3f5c0fe9628 Subproject commit fb4d0c31c50300818338fcfb8d9d52dff9f8b53b

@ -1 +1 @@
Subproject commit 7bdcc73f530034754ade893e4215dbed744a039a Subproject commit ca828f691eb77104c5e0fa2dc4b0346d303b6ab8

View File

@ -17,7 +17,7 @@
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>. # along with ZRCola. 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).Binary-1.idt" \ "$(LANG).$(PLAT).$(CFG).Binary-1.idt" \
"$(LANG).$(PLAT).$(CFG).Binary-1\UIHeader.bmp" "$(LANG).$(PLAT).$(CFG).Binary-1\UIHeader.bmp"
"$(LANG).$(PLAT).$(CFG).Binary-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Binary-1" "$(LANG).$(PLAT).$(CFG).Binary-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Binary-1"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Name Data Name Data
@ -47,7 +47,7 @@ binUIHeader.bmp UIHeader.bmp
All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt"
"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Component ComponentId Directory_ Attributes Condition KeyPath Component ComponentId Directory_ Attributes Condition KeyPath
@ -70,7 +70,7 @@ comp00_ZRCola_BI.ttf {883DDA9A-DA85-4FC4-95B7-EF0E08766DEF} FontsFolder 0 file0
All :: "$(LANG).$(PLAT).$(CFG).Control-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Control-2.idt"
"En.$(PLAT).$(CFG).Control-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Control-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Dialog_ Control Type X Y Width Height Attributes Property Text Control_Next Help Dialog_ Control Type X Y Width Height Attributes Property Text Control_Next Help
@ -97,7 +97,7 @@ dlgLicenseAgreement ctlAgreementText ScrollableText 15 60 370 195 7 {\rtf1\adef
All :: "$(LANG).$(PLAT).$(CFG).CustomAction-1.idt" All :: "$(LANG).$(PLAT).$(CFG).CustomAction-1.idt"
"$(LANG).$(PLAT).$(CFG).CustomAction-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).CustomAction-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Action Type Source Target Action Type Source Target
@ -115,7 +115,7 @@ All :: \
"$(LANG).$(PLAT).$(CFG).Directory-1.idt" \ "$(LANG).$(PLAT).$(CFG).Directory-1.idt" \
"$(LANG).$(PLAT).$(CFG).Directory-2.idt" "$(LANG).$(PLAT).$(CFG).Directory-2.idt"
"$(LANG).$(PLAT).$(CFG).Directory-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Directory-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Directory Directory_Parent DefaultDir Directory Directory_Parent DefaultDir
@ -147,7 +147,7 @@ ZRCOLALOCSLSIDIR ZRCOLALOCDIR sl_SI
ZRCOLADATADIR ZRCOLADIR data ZRCOLADATADIR ZRCOLADIR data
<<NOKEEP <<NOKEEP
"En.$(PLAT).$(CFG).Directory-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Directory-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Directory Directory_Parent DefaultDir Directory Directory_Parent DefaultDir
@ -174,7 +174,7 @@ ZRCOLADIR PROGRAMFILESDIR ZRCola:.
All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt"
"En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Feature Feature_Parent Title Description Display Level Directory_ Attributes Feature Feature_Parent Title Description Display Level Directory_ Attributes
@ -202,7 +202,7 @@ featZRColaFonts00 featZRColaFonts 00 ZRCola Times New Roman based font 1 1 ZRCOL
All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt"
"$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Feature_ Component_ Feature_ Component_
@ -220,7 +220,7 @@ featZRColaFonts00 comp00_ZRCola_BI.ttf
All :: "$(LANG).$(PLAT).$(CFG).File-1.idt" All :: "$(LANG).$(PLAT).$(CFG).File-1.idt"
"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
File Component_ FileName FileSize Version Language Attributes Sequence File Component_ FileName FileSize Version Language Attributes Sequence
@ -240,7 +240,7 @@ file00_ZRCola_BI.ttf comp00_ZRCola_BI.ttf 00_ZRC~4.TTF|00_ZRCola_BI.ttf 0 0 1
All :: "$(LANG).$(PLAT).$(CFG).Font-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Font-1.idt"
"$(LANG).$(PLAT).$(CFG).Font-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Font-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
File_ FontTitle File_ FontTitle
@ -258,7 +258,7 @@ file00_ZRCola_BI.ttf
All :: "$(LANG).$(PLAT).$(CFG).InstallExecuteSequence-1.idt" All :: "$(LANG).$(PLAT).$(CFG).InstallExecuteSequence-1.idt"
"$(LANG).$(PLAT).$(CFG).InstallExecuteSequence-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).InstallExecuteSequence-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Action Condition Sequence Action Condition Sequence
@ -274,7 +274,7 @@ caSetZRCOLADIR2 INSTALLDIR AND UILevel < 4 1002
All :: "$(LANG).$(PLAT).$(CFG).InstallUISequence-1.idt" All :: "$(LANG).$(PLAT).$(CFG).InstallUISequence-1.idt"
"$(LANG).$(PLAT).$(CFG).InstallUISequence-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).InstallUISequence-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Action Condition Sequence Action Condition Sequence
@ -290,7 +290,7 @@ caSetZRCOLADIR2 INSTALLDIR 1002
All :: "$(LANG).$(PLAT).$(CFG).Media-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Media-1.idt"
"$(LANG).$(PLAT).$(CFG).Media-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Media-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
DiskId LastSequence DiskPrompt Cabinet VolumeLabel Source DiskId LastSequence DiskPrompt Cabinet VolumeLabel Source
@ -305,7 +305,7 @@ Media DiskId
All :: "$(LANG).$(PLAT).$(CFG).Property-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Property-1.idt"
"$(LANG).$(PLAT).$(CFG).Property-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Property-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Value Property Value
@ -326,7 +326,7 @@ All :: \
"$(LANG).$(PLAT).$(CFG).Registry-1.idt" \ "$(LANG).$(PLAT).$(CFG).Registry-1.idt" \
"$(LANG).$(PLAT).$(CFG).Registry-2.idt" "$(LANG).$(PLAT).$(CFG).Registry-2.idt"
"$(LANG).$(PLAT).$(CFG).Registry-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Registry-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Registry Root Key Name Value Component_ Registry Root Key Name Value Component_
@ -336,7 +336,7 @@ regLocalizationRepositoryPath 2 SOFTWARE\Amebis\ZRCola LocalizationRepositoryPat
regDatabasePath 2 SOFTWARE\Amebis\ZRCola DatabasePath [ZRCOLADATADIR] compDatabasePath regDatabasePath 2 SOFTWARE\Amebis\ZRCola DatabasePath [ZRCOLADATADIR] compDatabasePath
<<NOKEEP <<NOKEEP
"En.$(PLAT).$(CFG).Registry-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Registry-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Registry Root Key Name Value Component_ Registry Root Key Name Value Component_

View File

@ -17,5 +17,5 @@
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>. # along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
# #
!INCLUDE "..\include\MSIBuildCfg.mak" !INCLUDE "..\..\include\MSIBuildCfg.mak"
!INCLUDE "..\MSIBuild\Makefile" !INCLUDE "..\MSIBuild\Makefile"

View File

@ -96,7 +96,7 @@ GenRSAKeypair :: "MSI\MSIBuild\Version\Version.mak"
###################################################################### ######################################################################
!INCLUDE "MSI\MSIBuild\Version\Version.mak" !INCLUDE "MSI\MSIBuild\Version\Version.mak"
!INCLUDE "MSI\include\MSIBuildCfg.mak" !INCLUDE "include\MSIBuildCfg.mak"
###################################################################### ######################################################################

@ -1 +1 @@
Subproject commit 28b00d37dc89119ff92a3e9cdb83b38a7b53a332 Subproject commit e8a0d13541ac87037e0f0aa1df7b67e84b899d69

View File

@ -17,7 +17,7 @@
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>. # along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
# #
!INCLUDE "..\..\MSI\include\MSIBuildCfg.mak" !INCLUDE "..\..\include\MSIBuildCfg.mak"
MSIBUILD_IS_LOCALIZEABLE=1 MSIBUILD_IS_LOCALIZEABLE=1
@ -27,7 +27,7 @@ MSIBUILD_IS_LOCALIZEABLE=1
All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt"
"$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Signature_ Property Signature_
@ -42,7 +42,7 @@ OLDZRCOLADIR clZRCola.exe.$(PLAT)
All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt"
"$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Signature_ ComponentId Type Signature_ ComponentId Type
@ -62,7 +62,7 @@ clZRCola.exe.x64 {D45B105D-2303-459A-AF4B-52AC3AAD5510} 1
All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt"
"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Component ComponentId Directory_ Attributes Condition KeyPath Component ComponentId Directory_ Attributes Condition KeyPath
@ -83,7 +83,7 @@ compZRCola.mo.sl_SI {7FF95C71-D8DE-4D2B-A26D-FEB5A1F54D63} ZRCOLALOCSLSIDIR $(MS
All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt"
"En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Feature Feature_Parent Title Description Display Level Directory_ Attributes Feature Feature_Parent Title Description Display Level Directory_ Attributes
@ -110,7 +110,7 @@ featZRCola ZRCola Input system for linguistic use 1 1 ZRCOLADIR 8
All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt"
"$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Feature_ Component_ Feature_ Component_
@ -136,7 +136,7 @@ featZRCola comp00_ZRCola_Re.ttf
All :: "$(LANG).$(PLAT).$(CFG).File-1.idt" All :: "$(LANG).$(PLAT).$(CFG).File-1.idt"
"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
File Component_ FileName FileSize Version Language Attributes Sequence File Component_ FileName FileSize Version Language Attributes Sequence
@ -154,7 +154,7 @@ All :: \
"$(LANG).$(PLAT).$(CFG).Icon-1.idt" \ "$(LANG).$(PLAT).$(CFG).Icon-1.idt" \
"$(LANG).$(PLAT).$(CFG).Icon-1\ZRCola.ico" "$(LANG).$(PLAT).$(CFG).Icon-1\ZRCola.ico"
"$(LANG).$(PLAT).$(CFG).Icon-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Icon-1" "$(LANG).$(PLAT).$(CFG).Icon-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Icon-1"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Name Data Name Data
@ -172,7 +172,7 @@ iconZRCola.ico ZRCola.ico
All :: "$(LANG).$(PLAT).$(CFG).RemoveFile-1.idt" All :: "$(LANG).$(PLAT).$(CFG).RemoveFile-1.idt"
"$(LANG).$(PLAT).$(CFG).RemoveFile-1.idt" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).RemoveFile-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
FileKey Component_ FileName DirProperty InstallMode FileKey Component_ FileName DirProperty InstallMode
@ -187,7 +187,7 @@ rmfiZRCola compZRCola.exe.$(PLAT) ZRColaShortcutDir 2
All :: "$(LANG).$(PLAT).$(CFG).Shortcut-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Shortcut-2.idt"
"En.$(PLAT).$(CFG).Shortcut-2.idtx" : "Makefile" "..\..\MSI\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Shortcut-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Shortcut Directory_ Name Component_ Target Arguments Description Hotkey Icon_ IconIndex ShowCmd WkDir Shortcut Directory_ Name Component_ Target Arguments Description Hotkey Icon_ IconIndex ShowCmd WkDir

@ -1 +1 @@
Subproject commit c1e18dddc668c6bf698eaf8358f428b9a01df824 Subproject commit 83d06ba9f89dbbd5e280dac853d02a1bf07b5ee5

View File

@ -17,7 +17,7 @@
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>. # along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
# #
!INCLUDE "..\..\..\MSI\include\MSIBuildCfg.mak" !INCLUDE "..\..\..\include\MSIBuildCfg.mak"
###################################################################### ######################################################################
@ -25,7 +25,7 @@
All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt"
"$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Signature_ Property Signature_
@ -40,7 +40,7 @@ OLDZRCOLADIR cllibZRCola10u_vc100.dll.$(PLAT)
All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt"
"$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Signature_ ComponentId Type Signature_ ComponentId Type
@ -60,7 +60,7 @@ cllibZRCola10u_vc100.dll.x64 {23078D23-1397-4FD7-BB32-E012FEF8645A} 1
All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt"
"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Component ComponentId Directory_ Attributes Condition KeyPath Component ComponentId Directory_ Attributes Condition KeyPath
@ -80,7 +80,7 @@ complibZRCola.dll.x64 {23078D23-1397-4FD7-BB32-E012FEF8645A} ZRCOLABINDIR 256 f
All :: "$(LANG).$(PLAT).$(CFG).File-1.idt" All :: "$(LANG).$(PLAT).$(CFG).File-1.idt"
"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
File Component_ FileName FileSize Version Language Attributes Sequence File Component_ FileName FileSize Version Language Attributes Sequence

View File

@ -17,7 +17,7 @@
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>. # along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
# #
!INCLUDE "..\..\..\MSI\include\MSIBuildCfg.mak" !INCLUDE "..\..\..\include\MSIBuildCfg.mak"
###################################################################### ######################################################################
@ -25,7 +25,7 @@
All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt"
"$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Signature_ Property Signature_
@ -40,7 +40,7 @@ OLDZRCOLADIR cllibZRColaUI10u_vc100.dll.$(PLAT)
All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt"
"$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Signature_ ComponentId Type Signature_ ComponentId Type
@ -60,7 +60,7 @@ cllibZRColaUI10u_vc100.dll.x64 {360E78E5-9560-4C52-B806-45EDC682BB17} 1
All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt" All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt"
"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Component ComponentId Directory_ Attributes Condition KeyPath Component ComponentId Directory_ Attributes Condition KeyPath
@ -80,7 +80,7 @@ complibZRColaUI.dll.x64 {360E78E5-9560-4C52-B806-45EDC682BB17} ZRCOLABINDIR 256
All :: "$(LANG).$(PLAT).$(CFG).File-1.idt" All :: "$(LANG).$(PLAT).$(CFG).File-1.idt"
"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" "$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
File Component_ FileName FileSize Version Language Attributes Sequence File Component_ FileName FileSize Version Language Attributes Sequence

@ -1 +1 @@
Subproject commit b9eaa9ea39caeea3fc57d7be9ed53f8f640a78e2 Subproject commit ccd5dc8a19d31777df7375a19e4f9331c7d9e6a1