exehead.xml no longer required
(added dynamically by makensis) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@877 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
15222e155c
commit
cb16b216d3
4 changed files with 3 additions and 22 deletions
|
@ -281,7 +281,6 @@ Section "NSIS Source Code" SecSrcNSIS
|
|||
SetOutPath $INSTDIR\Source\exehead
|
||||
File ..\Source\exehead\*.c
|
||||
File ..\Source\exehead\*.h
|
||||
File ..\Source\exehead\exehead.xml
|
||||
File ..\Source\exehead\resource.rc
|
||||
File ..\Source\exehead\*.dsp
|
||||
File ..\Source\exehead\Makefile
|
||||
|
|
|
@ -252,9 +252,5 @@ SOURCE=.\resource.rc
|
|||
SOURCE=.\uninst.ico
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\exehead.xml
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
|
@ -252,9 +252,5 @@ SOURCE=.\resource.rc
|
|||
SOURCE=.\uninst.ico
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\exehead.xml
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Nullsoft.NSIS.exehead" type="win32"/>
|
||||
<description>Nullsoft Install System.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
Loading…
Add table
Add a link
Reference in a new issue