- Install to ~/.local/bin/winamp-mpris - Use ~/.local/state/winamp-mpris/bridge.log for logging - Use $XDG_RUNTIME_DIR/winamp-mpris.pid for PID management - Add detailed user notification for 401 Unauthorized errors - Add install.sh for automated, standard-compliant setup - Include Winamp Web Interface source code and installer in repository
408 lines
9.4 KiB
Plaintext
408 lines
9.4 KiB
Plaintext
# Microsoft Developer Studio Project File - Name="gen_httpServ" - Package Owner=<4>
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
# ** DO NOT EDIT **
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
CFG=gen_httpServ - Win32 Debug
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
!MESSAGE use the Export Makefile command and run
|
|
!MESSAGE
|
|
!MESSAGE NMAKE /f "gen_httpServ.mak".
|
|
!MESSAGE
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
!MESSAGE
|
|
!MESSAGE NMAKE /f "gen_httpServ.mak" CFG="gen_httpServ - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "gen_httpServ - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
!MESSAGE "gen_httpServ - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
!MESSAGE
|
|
|
|
# Begin Project
|
|
# PROP AllowPerConfigDependencies 0
|
|
# PROP Scc_ProjName ""
|
|
# PROP Scc_LocalPath ""
|
|
CPP=cl.exe
|
|
MTL=midl.exe
|
|
RSC=rc.exe
|
|
|
|
!IF "$(CFG)" == "gen_httpServ - Win32 Release"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
# PROP BASE Output_Dir "Release"
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 0
|
|
# PROP Output_Dir "Release"
|
|
# PROP Intermediate_Dir "Release"
|
|
# PROP Ignore_Export_Lib 0
|
|
# PROP Target_Dir ""
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GEN_HTTPSERV_EXPORTS" /YX /FD /c
|
|
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GEN_HTTPSERV_EXPORTS" /FR /YX /FD /c
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
# ADD BASE RSC /l 0x809 /d "NDEBUG"
|
|
# ADD RSC /l 0x809 /d "NDEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
LINK32=link.exe
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib mswsock.lib version.lib winmm.lib comctl32.lib /nologo /dll /machine:I386 /out:"Release/gen_httpSrv.dll"
|
|
# Begin Special Build Tool
|
|
SOURCE="$(InputPath)"
|
|
PostBuild_Cmds=copy Release\gen_httpsrv.dll "c:\program files\sound\winamp\plugins"
|
|
# End Special Build Tool
|
|
|
|
!ELSEIF "$(CFG)" == "gen_httpServ - Win32 Debug"
|
|
|
|
# PROP BASE Use_MFC 0
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
# PROP BASE Output_Dir "Debug"
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 0
|
|
# PROP Use_Debug_Libraries 1
|
|
# PROP Output_Dir "Debug"
|
|
# PROP Intermediate_Dir "Debug"
|
|
# PROP Ignore_Export_Lib 0
|
|
# PROP Target_Dir ""
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GEN_HTTPSERV_EXPORTS" /YX /FD /GZ /c
|
|
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GEN_HTTPSERV_EXPORTS" /YX /FD /GZ /c
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
# ADD BASE RSC /l 0x809 /d "_DEBUG"
|
|
# ADD RSC /l 0x809 /d "_DEBUG"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
LINK32=link.exe
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib mswsock.lib version.lib winmm.lib comctrl32.lib /nologo /dll /debug /machine:I386 /out:"Debug/gen_httpSrv.dll" /pdbtype:sept
|
|
# Begin Special Build Tool
|
|
SOURCE="$(InputPath)"
|
|
PostBuild_Cmds=copy Debug\gen_httpsrv.dll "c:\program files\sound\winamp\plugins"
|
|
# End Special Build Tool
|
|
|
|
!ENDIF
|
|
|
|
# Begin Target
|
|
|
|
# Name "gen_httpServ - Win32 Release"
|
|
# Name "gen_httpServ - Win32 Debug"
|
|
# Begin Group "Source Files"
|
|
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
# Begin Source File
|
|
|
|
SOURCE=.\browse.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ClientConnection.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Config.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Config_users.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\DeletePlaylistEntry.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\html.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\main.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\net_http_html.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\op_winamp.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Resource.rc
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\security.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\strings.cpp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\WebAdmin.cpp
|
|
# End Source File
|
|
# End Group
|
|
# Begin Group "Header Files"
|
|
|
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
|
# Begin Source File
|
|
|
|
SOURCE=.\html.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\main.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\op_winamp.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\plugin.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\resource.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\types.h
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\wamessage.h
|
|
# End Source File
|
|
# End Group
|
|
# Begin Group "Resource Files"
|
|
|
|
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\about.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\admin.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\black.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\browse.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\browse.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\dir.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\download.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\file.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_one.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_one_lg.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_three.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_three_lg.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_two.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\frames_two_lg.bmp
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\icon1.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\list_delete.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\list_play.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Log.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\main.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\next.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=".\Images\Title Graphic\No Background.bmp"
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\OK.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\pause.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\play.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\playdir.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\playlist.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\playlist.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\popup.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\prev.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\randomoff.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\randomon.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\repeatoff.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\repeaton.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\server.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\stop.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\stopslow.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\users.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol0.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol1.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol10.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol2.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol3.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol4.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol5.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol6.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol7.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol8.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\vol9.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\wa.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\wa.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\wafile.gif
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\webpage.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\winamp.ico
|
|
# End Source File
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Images\world.gif
|
|
# End Source File
|
|
# End Group
|
|
# End Target
|
|
# End Project
|