mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
|
<?xml version="1.0" encoding="windows-1250"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="wcelibcex"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories="$(WCELIBCEX_DIR)"
|
||
|
/>
|
||
|
<UserMacro
|
||
|
Name="WCELIBCEX_DIR"
|
||
|
Value="$(ProjectDir)..\src"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|