diff options
| author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-15 15:39:50 +0000 | 
|---|---|---|
| committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-15 15:39:50 +0000 | 
| commit | 8751aa08ae15df6f179acb4315f951d7add6de02 (patch) | |
| tree | 52d6f7ff871c68f4daff0f282742caad63a0f8c3 | |
| parent | f1692e7d753e2ae0b2222425ba51f185928c2988 (diff) | |
| download | ioquake3-aero-8751aa08ae15df6f179acb4315f951d7add6de02.tar.gz ioquake3-aero-8751aa08ae15df6f179acb4315f951d7add6de02.zip  | |
* Simple MSVC Express project that passes through to the make build system
git-svn-id: svn://svn.icculus.org/quake3/trunk@1183 edf5b092-35ff-0310-97b2-ce42778d08ea
| -rwxr-xr-x | misc/msvc/ioq3.sln | 21 | ||||
| -rwxr-xr-x | misc/msvc/ioq3.vcproj | 65 | 
2 files changed, 86 insertions, 0 deletions
diff --git a/misc/msvc/ioq3.sln b/misc/msvc/ioq3.sln new file mode 100755 index 0000000..ed09016 --- /dev/null +++ b/misc/msvc/ioq3.sln @@ -0,0 +1,21 @@ +¿
 +Microsoft Visual Studio Solution File, Format Version 9.00
 +# Visual C++ Express 2005
 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ioq3", "ioq3.vcproj", "{0D5316E4-B20F-4E09-8989-3B9064358F0C}"
 +EndProject
 +Global
 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 +		Debug|Win32 = Debug|Win32
 +		Release|Win32 = Release|Win32
 +	EndGlobalSection
 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 +		{0D5316E4-B20F-4E09-8989-3B9064358F0C}.Debug|Win32.ActiveCfg = Debug|Win32
 +		{0D5316E4-B20F-4E09-8989-3B9064358F0C}.Debug|Win32.Build.0 = Debug|Win32
 +		{0D5316E4-B20F-4E09-8989-3B9064358F0C}.Release|Win32.ActiveCfg = Release|Win32
 +		{0D5316E4-B20F-4E09-8989-3B9064358F0C}.Release|Win32.Build.0 = Release|Win32
 +	EndGlobalSection
 +	GlobalSection(SolutionProperties) = preSolution
 +		HideSolutionNode = FALSE
 +	EndGlobalSection
 +EndGlobal
 +
 diff --git a/misc/msvc/ioq3.vcproj b/misc/msvc/ioq3.vcproj new file mode 100755 index 0000000..beee8a2 --- /dev/null +++ b/misc/msvc/ioq3.vcproj @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="Windows-1252"?>
 +<VisualStudioProject
 +	ProjectType="Visual C++"
 +	Version="8.00"
 +	Name="ioq3"
 +	ProjectGUID="{0D5316E4-B20F-4E09-8989-3B9064358F0C}"
 +	RootNamespace="ioq3"
 +	Keyword="MakeFileProj"
 +	>
 +	<Platforms>
 +		<Platform
 +			Name="Win32"
 +		/>
 +	</Platforms>
 +	<ToolFiles>
 +	</ToolFiles>
 +	<Configurations>
 +		<Configuration
 +			Name="Debug|Win32"
 +			OutputDirectory="../../build/$(ConfigurationName)-Win32-x86"
 +			IntermediateDirectory="../../build/$(ConfigurationName)-Win32-x86"
 +			ConfigurationType="0"
 +			>
 +			<Tool
 +				Name="VCNMakeTool"
 +				BuildCommandLine="make -C ../../ debug"
 +				ReBuildCommandLine="make -C ../../ clean-debug debug"
 +				CleanCommandLine="make -C ../../ clean-debug"
 +				Output="$(Outdir)/ioquake3.x86.exe"
 +				PreprocessorDefinitions=""
 +				IncludeSearchPath=""
 +				ForcedIncludes=""
 +				AssemblySearchPath=""
 +				ForcedUsingAssemblies=""
 +				CompileAsManaged=""
 +			/>
 +		</Configuration>
 +		<Configuration
 +			Name="Release|Win32"
 +			OutputDirectory="../../build/$(ConfigurationName)-Win32-x86"
 +			IntermediateDirectory="../../build/$(ConfigurationName)-Win32-x86"
 +			ConfigurationType="0"
 +			>
 +			<Tool
 +				Name="VCNMakeTool"
 +				BuildCommandLine="make -C ../../ release"
 +				ReBuildCommandLine="make -C ../../ clean-release release"
 +				CleanCommandLine="make -C ../../ clean-release"
 +				Output="$(Outdir)/ioquake3.x86.exe"
 +				PreprocessorDefinitions=""
 +				IncludeSearchPath=""
 +				ForcedIncludes=""
 +				AssemblySearchPath=""
 +				ForcedUsingAssemblies=""
 +				CompileAsManaged=""
 +			/>
 +		</Configuration>
 +	</Configurations>
 +	<References>
 +	</References>
 +	<Files>
 +	</Files>
 +	<Globals>
 +	</Globals>
 +</VisualStudioProject>
  | 
