From 22e576b5aa065f3cb2ca67a951af5e68063419a2 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Oct 2021 02:12:30 +0800 Subject: *scripting --- Projects/VisualStudio/Editor/Editor.vcxproj | 13 +++++---- .../VisualStudio/Editor/Editor.vcxproj.filters | 33 ++++++++++++++++------ 2 files changed, 32 insertions(+), 14 deletions(-) (limited to 'Projects') diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj b/Projects/VisualStudio/Editor/Editor.vcxproj index 14bdfb3..972d606 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj +++ b/Projects/VisualStudio/Editor/Editor.vcxproj @@ -87,12 +87,12 @@ Disabled true true - _CRT_SECURE_NO_WARNINGS;GAMELAB_DEBUG;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;GAMELAB_DEBUG;GAMELAB_EDITOR;%(PreprocessorDefinitions) $(SolutionDir)..\..\;$(SolutionDir)..\..\ThirdParty\;%(AdditionalIncludeDirectories) Console - opengl32.lib;%(AdditionalDependencies) + %(AdditionalDependencies) @@ -163,7 +163,8 @@ - + + @@ -175,7 +176,8 @@ - + + @@ -190,7 +192,8 @@ - + + diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj.filters b/Projects/VisualStudio/Editor/Editor.vcxproj.filters index cf4698b..7aff217 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj.filters +++ b/Projects/VisualStudio/Editor/Editor.vcxproj.filters @@ -55,6 +55,12 @@ {707a995f-6856-44c8-857c-14e7834e86e3} + + {df6cfcb1-ec0a-4b6d-b80d-8ee197425509} + + + {be13ccc9-0b31-4d22-b512-e2a05d7f3c5b} + @@ -84,9 +90,6 @@ Editor\GUI - - Editor\Utils - Editor\GUI @@ -159,12 +162,21 @@ Runtime\LuaBind - - Runtime\Scripting\GL - Editor\Shaders + + Runtime\Debug + + + Runtime\Scripting\GL + + + Runtime\Scripting\Debug + + + Runtime\Graphics + @@ -218,9 +230,6 @@ Editor\GUI - - Editor\Utils - Editor\GUI @@ -284,6 +293,12 @@ Editor\Shaders + + Runtime\Debug + + + Runtime\Graphics + -- cgit v1.1-26-g67d0