mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 05:23:26 +02:00
Update Visual Studio Project
Update Visual Studio to work with PATH system variables in Windows systems. Credits go to @Radseq for changing the project and to me for update to Visual Studio 2015 Closes #795 #746 #718 #724 #713
This commit is contained in:
12
vc14/arch32.props
Normal file
12
vc14/arch32.props
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Label="PropertySheets" />
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<ItemDefinitionGroup>
|
||||
<Link>
|
||||
<AdditionalLibraryDirectories>$(OTCLIENT_LIBS)</AdditionalLibraryDirectories>
|
||||
<LargeAddressAware>true</LargeAddressAware>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup />
|
||||
</Project>
|
Reference in New Issue
Block a user