Changeset 1c291a62d72b12f9aa6ddd299923715a6fb64943
- Timestamp:
- 25/08/05 18:57:01
(3 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1124989021 +0000
- git-parent:
[6bcf1f054e8d61c944b3bf5a38fb18cdc5928214]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1124989021 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r74764fb |
r1c291a6 |
|
| 151 | 151 | DECLARE_VLC_VERSION( CompileBy, COMPILE_BY ); |
|---|
| 152 | 152 | DECLARE_VLC_VERSION( CompileHost, COMPILE_HOST ); |
|---|
| 153 | | DECLARE_VLC_VERSION( CompileDomain, COMPILE_HOST ); |
|---|
| | 153 | DECLARE_VLC_VERSION( CompileDomain, COMPILE_DOMAIN ); |
|---|
| 154 | 154 | DECLARE_VLC_VERSION( Compiler, COMPILER ); |
|---|
| 155 | 155 | |
|---|