File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ $(OBJDIR)\content.wixobj: $(OBJDIR)\content.wxs
5555$(OBJDIR)\content.wxs: $(OBJDIR)\content_wxs_source.txt
5656 $(PYTHON) "$(WORKDIR)\generate_content_wxs.py" $** $@
5757
58- $(OBJDIR)\content_wxs_source.txt: $(WORKDIR)\files_to_install .txt $(WORKDIR)\file_guid_map .txt $(WORKDIR)\envvars_to_install.txt
59- $(PYTHON) "$(WORKDIR)\generate_content_wxs_source.py" $** $@ $(SOLUTIONDIR)
58+ $(OBJDIR)\content_wxs_source.txt $(WORKDIR)\file_guid_map .txt: $(WORKDIR)\files_to_install .txt $(WORKDIR)\envvars_to_install.txt
59+ $(PYTHON) "$(WORKDIR)\generate_content_wxs_source.py" $(WORKDIR)\files_to_install.txt $(WORKDIR)\file_guid_map.txt $(WORKDIR)\envvars_to_install.txt $@ $(SOLUTIONDIR)
6060
6161$(BINDIR)\setup.exe: $(TETENGOOUTDIR)\setup.exe
6262 $(COPY) /y $** $@
You can’t perform that action at this time.
0 commit comments