Changeset 1867b6f177fa400e815f72359b0fe38e637da4a0
- Timestamp:
- 29/08/05 14:12:40
(3 years ago)
- Author:
- Steve Lhomme <robux@videolan.org>
- git-committer:
- Steve Lhomme <robux@videolan.org> 1125317560 +0000
- git-parent:
[c4a26cdfd3f65f767076e1f13d60db27db4569a5]
- git-author:
- Steve Lhomme <robux@videolan.org> 1125317560 +0000
- Message:
* new paramaters added to the MSVC build
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd519788 |
r1867b6f |
|
| 12 | 12 | /* Define if we have support for dynamic plugins */ |
|---|
| 13 | 13 | #define HAVE_DYNAMIC_PLUGINS 1 |
|---|
| | 14 | |
|---|
| | 15 | /* Define if you want the HTTP dameon support */ |
|---|
| | 16 | #define ENABLE_HTTPD 1 |
|---|
| 14 | 17 | |
|---|
| 15 | 18 | /* Define if you have Windows' LoadLibrary */ |
|---|
| … | … | |
| 148 | 151 | #define VERSION_MESSAGE "@VERSION@ @CODENAME@" |
|---|
| 149 | 152 | |
|---|
| | 153 | /* compiler */ |
|---|
| | 154 | #define VLC_COMPILER "Microsoft Visual C++" |
|---|
| | 155 | |
|---|
| | 156 | /* user who ran configure */ |
|---|
| | 157 | #define VLC_COMPILE_BY "user" |
|---|
| | 158 | |
|---|
| | 159 | /* domain of the host which ran configure */ |
|---|
| | 160 | #define VLC_COMPILE_DOMAIN "videolan.org" |
|---|
| | 161 | |
|---|
| | 162 | /* host which ran configure */ |
|---|
| | 163 | #define VLC_COMPILE_HOST "machine" |
|---|
| | 164 | |
|---|
| 150 | 165 | /* Define as `__inline' if that's what the C compiler calls it, or to nothing |
|---|
| 151 | 166 | if it is not supported. */ |
|---|