diff --git a/windows/MocQT.bat b/windows/MocQT.bat deleted file mode 100755 index 205d7224..00000000 --- a/windows/MocQT.bat +++ /dev/null @@ -1,61 +0,0 @@ -rem/******************************************************************************\ -rem * Copyright (c) 2004-2011 -rem * -rem * Author(s): -rem * Volker Fischer -rem * -rem * Description: -rem * Script for compiling the QT resources under Windows (MOCing and UICing) -rem * -rem ****************************************************************************** -rem * -rem * This program is free software; you can redistribute it and/or modify it under -rem * the terms of the GNU General Public License as published by the Free Software -rem * Foundation; either version 2 of the License, or (at your option) any later -rem * version. -rem * -rem * This program is distributed in the hope that it will be useful, but WITHOUT -rem * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -rem * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 1111 -rem * details. -rem * -rem * You should have received a copy of the GNU General Public License along with -rem * this program; if not, write to the Free Software Foundation, Inc., -rem * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -rem * -rem\******************************************************************************/ - - -rem .h -------------- -%qtdir%\bin\moc.exe ..\src\util.h -o moc\moc_util.cpp -%qtdir%\bin\moc.exe ..\src\multicolorled.h -o moc\moc_multicolorled.cpp -%qtdir%\bin\moc.exe ..\src\multicolorledbar.h -o moc\moc_multicolorledbar.cpp -%qtdir%\bin\moc.exe ..\src\audiomixerboard.h -o moc\moc_audiomixerboard.cpp -%qtdir%\bin\moc.exe ..\src\llconclientdlg.h -o moc\moc_llconclientdlg.cpp -%qtdir%\bin\moc.exe ..\src\clientsettingsdlg.h -o moc\moc_clientsettingsdlg.cpp -%qtdir%\bin\moc.exe ..\src\llconserverdlg.h -o moc\moc_llconserverdlg.cpp -%qtdir%\bin\moc.exe ..\src\chatdlg.h -o moc\moc_chatdlg.cpp -%qtdir%\bin\moc.exe ..\src\connectdlg.h -o moc\moc_connectdlg.cpp -%qtdir%\bin\moc.exe ..\src\server.h -o moc\moc_server.cpp -%qtdir%\bin\moc.exe ..\src\client.h -o moc\moc_client.cpp -%qtdir%\bin\moc.exe ..\src\socket.h -o moc\moc_socket.cpp -%qtdir%\bin\moc.exe ..\src\protocol.h -o moc\moc_protocol.cpp -%qtdir%\bin\moc.exe ..\src\channel.h -o moc\moc_channel.cpp -%qtdir%\bin\moc.exe ..\src\soundbase.h -o moc\moc_soundbase.cpp -%qtdir%\bin\moc.exe ..\src\testbench.h -o moc\moc_testbench.cpp -%qtdir%\bin\moc.exe ..\src\serverlogging.h -o moc\moc_serverlogging.cpp -%qtdir%\bin\moc.exe ..\src\vstmain.h -o moc\moc_vstmain.cpp -%qtdir%\bin\moc.exe ..\src\serverlist.h -o moc\moc_serverlist.cpp - - -rem .ui ------------- -%qtdir%\bin\uic.exe ..\src\aboutdlgbase.ui -o moc\aboutdlgbase.h -%qtdir%\bin\uic.exe ..\src\llconclientdlgbase.ui -o moc\llconclientdlgbase.h -%qtdir%\bin\uic.exe ..\src\clientsettingsdlgbase.ui -o moc\clientsettingsdlgbase.h -%qtdir%\bin\uic.exe ..\src\llconserverdlgbase.ui -o moc\llconserverdlgbase.h -%qtdir%\bin\uic.exe ..\src\chatdlgbase.ui -o moc\chatdlgbase.h -%qtdir%\bin\uic.exe ..\src\connectdlgbase.ui -o moc\connectdlgbase.h - - -rem .qrc ------------ -%qtdir%\bin\rcc.exe ..\src\resources.qrc -o moc\resources.cpp diff --git a/windows/llcon.rc b/windows/llcon.rc deleted file mode 100755 index 65dd5bbc..00000000 --- a/windows/llcon.rc +++ /dev/null @@ -1,72 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_MAINICON ICON DISCARDABLE "mainicon.ico" - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE DISCARDABLE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/windows/llcon.sln b/windows/llcon.sln deleted file mode 100755 index d926d267..00000000 --- a/windows/llcon.sln +++ /dev/null @@ -1,23 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llcon", "llcon.vcproj", "{DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - VST Release|Win32 = VST Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Debug|Win32.ActiveCfg = Debug|Win32 - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Debug|Win32.Build.0 = Debug|Win32 - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Release|Win32.ActiveCfg = Release|Win32 - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.Release|Win32.Build.0 = Release|Win32 - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.VST Release|Win32.ActiveCfg = VST Release|Win32 - {DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}.VST Release|Win32.Build.0 = VST Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/windows/llcon.vcproj b/windows/llcon.vcproj deleted file mode 100755 index 2e11153d..00000000 --- a/windows/llcon.vcproj +++ /dev/null @@ -1,1704 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/mainicon.ico b/windows/mainicon.ico deleted file mode 100755 index 5b7f512e..00000000 Binary files a/windows/mainicon.ico and /dev/null differ diff --git a/windows/resource.h b/windows/resource.h deleted file mode 100755 index cdb434d9..00000000 --- a/windows/resource.h +++ /dev/null @@ -1,16 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by llcon.rc -// -#define IDI_MAINICON 101 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 105 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1000 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif