ref: 98640ce202055262d24e8326bca113a22a368f46
parent: 6308aa758da78f9eab3323c85966b2d03dcb4003
author: Olav Sørensen <olav.sorensen@live.no>
date: Mon Dec 2 08:12:41 EST 2019
Fixed a problem with directories in the pt_pal_editor vs-project, and added .gitignore
--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,14 @@
+
+*.exe
+pt_pal_editor/vs2019_project/.vs/pt_pal_editor/v16/.suo
+*.db
+*.ilk
+*.pdb
+*.obj
+*.log
+*.res
+*.tlog
+*.idb
+pt_pal_editor/vs2019_project/pt_pal_editor/Release/pt_pal_editor.vcxproj.FileListAbsolute.txt
+vs2019_project/.vs/pt2-clone/v16/.suo
+*.cache
--- a/pt_pal_editor/vs2019_project/pt_pal_editor/pt_pal_editor.vcxproj
+++ b/pt_pal_editor/vs2019_project/pt_pal_editor/pt_pal_editor.vcxproj
@@ -64,8 +64,8 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LibraryPath>../../../vs2019_project/pt-clone/sdl/lib;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
- <IncludePath>../../../vs2019_project/pt-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
+ <LibraryPath>../../../vs2019_project/pt2-clone/sdl/lib;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
+ <IncludePath>../../../vs2019_project/pt2-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
<OutDir>..\..\release\win32\</OutDir>
<LinkIncremental>false</LinkIncremental>
<TargetName>pt_pal_editor-win32</TargetName>
@@ -73,19 +73,19 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>pt_pal_editor-win64</TargetName>
- <LibraryPath>../../../vs2019_project/pt-clone/sdl/lib64;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
- <IncludePath>../../../vs2019_project/pt-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
+ <LibraryPath>../../../vs2019_project/pt2-clone/sdl/lib64;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
+ <IncludePath>../../../vs2019_project/pt2-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
<IntDir>$(Configuration)\</IntDir>
<OutDir>..\..\release\win64\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LibraryPath>../../../vs2019_project/pt-clone/sdl/lib;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
- <IncludePath>../../../vs2019_project/pt-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
+ <LibraryPath>../../../vs2019_project/pt2-clone/sdl/lib;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
+ <IncludePath>../../../vs2019_project/pt2-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LibraryPath>../../../vs2019_project/pt-clone/sdl/lib64;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
- <IncludePath>../../../vs2019_project/pt-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
+ <LibraryPath>../../../vs2019_project/pt2-clone/sdl/lib64;$(VCInstallDir)lib;$(LibraryPath)</LibraryPath>
+ <IncludePath>../../../vs2019_project/pt2-clone/sdl/include;$(VCInstallDir)include;$(IncludePath)</IncludePath>
<PostBuildEventUseInBuild>false</PostBuildEventUseInBuild>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">