Changeset d497ab179019dd6f9e4a359bbb25ce426ca8c074
- Timestamp:
- 05/28/08 04:31:44
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1211941904 -0700
- git-parent:
[4eb07beac6e692cfcae86ef4a065caedc17b33ea]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1211941904 -0700
- Message:
Install libvlccore.dll too.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4eb07be |
rd497ab1 |
|
| 384 | 384 | !insertmacro InstallFile vlc.exe |
|---|
| 385 | 385 | !insertmacro InstallFile vlc.exe.manifest |
|---|
| | 386 | !ifdef LIBVLCCORE_DLL |
|---|
| | 387 | !insertmacro InstallFile ${LIBVLCCORE_DLL} |
|---|
| | 388 | !endif |
|---|
| 386 | 389 | !ifdef LIBVLC_DLL |
|---|
| 387 | 390 | !insertmacro InstallFile ${LIBVLC_DLL} |
|---|
| 388 | | !endif |
|---|
| 389 | | !ifdef LIBVLC_CONTROL_DLL |
|---|
| 390 | | !insertmacro InstallFile ${LIBVLC_CONTROL_DLL} |
|---|
| 391 | 391 | !endif |
|---|
| 392 | 392 | |
|---|