Changeset 1867b6f177fa400e815f72359b0fe38e637da4a0

Show
Ignore:
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
  • msvc/config.h.in

    rd519788 r1867b6f  
    1212/* Define if we have support for dynamic plugins */ 
    1313#define HAVE_DYNAMIC_PLUGINS 1 
     14 
     15/* Define if you want the HTTP dameon support */ 
     16#define ENABLE_HTTPD 1 
    1417 
    1518/* Define if you have Windows' LoadLibrary */ 
     
    148151#define VERSION_MESSAGE "@VERSION@ @CODENAME@" 
    149152 
     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 
    150165/* Define as `__inline' if that's what the C compiler calls it, or to nothing 
    151166   if it is not supported. */