mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Merge in burlex's easy-build patch, apparently its now single-click and wait.
Will play with this tomorrow. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7060 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
0985cef77b
commit
66e3a30ab1
@ -15,35 +15,21 @@ EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug-Auto|Win32 = Debug-Auto|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Release-Auto|Win32 = Release-Auto|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release|Win32.Build.0 = Release|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
|
||||
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Release|Win32.Build.0 = Release|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
|
||||
{B922B569-727E-4EB0-827A-04E133A91DE7}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug-Auto|Win32.ActiveCfg = Debug-Auto|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Debug-Auto|Win32.Build.0 = Debug-Auto|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release|Win32.Build.0 = Release|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release-Auto|Win32.ActiveCfg = Release-Auto|Win32
|
||||
{1EC86B60-AB2A-4984-8A7E-0422C15601E0}.Release-Auto|Win32.Build.0 = Release-Auto|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -25,6 +25,8 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="running configure..."
|
||||
CommandLine="$(InputDir)\configure.exe"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
@ -96,6 +98,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="@echo off
echo Compiling Command Modules...
cd ..\src
nmake -f commands.mak
echo Compiling Modules...
cd modules
nmake -f modules.mak
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -108,6 +111,8 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="running configure..."
|
||||
CommandLine="$(InputDir)\configure.exe
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
@ -174,6 +179,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="@echo off
echo Compiling Command Modules...
cd ..\src
nmake -f commands.mak
echo Compiling Modules...
cd modules
nmake -f modules.mak
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -40,6 +40,7 @@
|
||||
|
||||
/* Disable the deprecation warnings.. it spams :P */
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
#define _SCL_SECURE_NO_DEPRECATE
|
||||
|
||||
/* Say we're building on windows 2000. Anyone running something older than this
|
||||
* reeeeeeeally needs to upgrade! */
|
||||
|
Loading…
x
Reference in New Issue
Block a user