Skip to content

Commit

Permalink
Add luajit project to solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jan 28, 2017
1 parent 7991447 commit f79d6b9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Externals/luajit
27 changes: 27 additions & 0 deletions src/engine.sln
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GameSpy", "Externals\GameSp
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lzo2", "Externals\lzo.vcxproj", "{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luajit", "Externals\luajit\src\luajit.vcxproj", "{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Dedicated|Mixed Platforms = Debug_Dedicated|Mixed Platforms
Expand Down Expand Up @@ -1426,6 +1428,30 @@ Global
{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}.Release|Mixed Platforms.Build.0 = Release|Win32
{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}.Release|Win32.ActiveCfg = Release|Win32
{614AA57F-58D7-45A8-A5FF-93F04B05FAC6}.Release|Win32.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug_Dedicated|Mixed Platforms.ActiveCfg = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug_Dedicated|Mixed Platforms.Build.0 = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug_Dedicated|Win32.ActiveCfg = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug_Dedicated|Win32.Build.0 = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug|Win32.ActiveCfg = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Debug|Win32.Build.0 = Debug|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed_Dedicated|Mixed Platforms.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed_Dedicated|Mixed Platforms.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed_Dedicated|Win32.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed_Dedicated|Win32.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed|Mixed Platforms.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed|Mixed Platforms.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed|Win32.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Mixed|Win32.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release_Dedicated|Mixed Platforms.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release_Dedicated|Mixed Platforms.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release_Dedicated|Win32.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release_Dedicated|Win32.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release|Mixed Platforms.Build.0 = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release|Win32.ActiveCfg = Release|Win32
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1478,6 +1504,7 @@ Global
{1D137785-6E1B-4718-B800-F9380B945C9F} = {CB0C814D-FB4E-453B-B7A0-716F4A1EACA4}
{67FF193E-2C20-402A-9026-9F5F6327503C} = {2BFC806B-CE92-4EA4-8FE8-5F2EA54BA348}
{614AA57F-58D7-45A8-A5FF-93F04B05FAC6} = {2BFC806B-CE92-4EA4-8FE8-5F2EA54BA348}
{632AEEB6-DC06-4E15-9551-B2B09A4B73C5} = {2BFC806B-CE92-4EA4-8FE8-5F2EA54BA348}
EndGlobalSection
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
Expand Down

0 comments on commit f79d6b9

Please sign in to comment.