mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
* removes libircclient from libzetaglest shared library because the editor and g3d_viewer also link against libzetaglest. Those 2 binaries don't need libircclient support * libircclient is now built directly into only the zetaglest binary * moved libircclient from source/shared_lib because it's no longer part of the shared library * libircclient put in dir "external/" because it is an "external" or "3rd" party library. The @Supertux project does something similar
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Express 2012 for Windows Desktop
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libircclient", "libircclient.vcxproj", "{DF5B1705-0F15-4F0B-BD89-27E461F57777}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Win32 = Debug|Win32
|
|
Debug|x64 = Debug|x64
|
|
Release|Win32 = Release|Win32
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Debug|Win32.Build.0 = Debug|Win32
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Debug|x64.ActiveCfg = Debug|x64
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Debug|x64.Build.0 = Debug|x64
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Release|Win32.ActiveCfg = Release|Win32
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Release|Win32.Build.0 = Release|Win32
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Release|x64.ActiveCfg = Release|x64
|
|
{DF5B1705-0F15-4F0B-BD89-27E461F57777}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|