mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
win32/expat.iss: Fix target location of xmlwf.xml for CMake
This commit is contained in:
parent
fd1a3bc9fe
commit
2ff156596d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; De
|
|||
Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
|
||||
Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
|
||||
Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
|
||||
Flags: ignoreversion; Source: doc\*.xml; DestDir: "{app}\Doc"
|
||||
Flags: ignoreversion; Source: doc\*.xml; DestDir: "{app}\Source\doc"
|
||||
Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
|
||||
Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin"
|
||||
Flags: ignoreversion; Source: win32\version.rc.cmake; DestDir: "{app}\Source\win32"
|
||||
|
|
Loading…
Add table
Reference in a new issue