mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Merge pull request #944 from libexpat/fix-win32bin-compilation
`win32/expat.iss`: Fix target location of `xmlwf.xml` for CMake
This commit is contained in:
commit
531f10f74f
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