Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2015-11-09 01:03:49 +0300
committerOliver Schneider <oliver@assarbad.net>2015-11-09 01:03:49 +0300
commit35861301093da54e4b7f5112c0660a678467c92f (patch)
tree507760552cf2bf3f60be42f674130c07779328d2 /Premake4.vs8.vcproj
parent8f7c5ef2c61da06038f4d8314af64b4b548757b5 (diff)
parentc04a1a0f6c98c119febb3e1ac479dfe38dcaa279 (diff)
Merge with upstream
--HG-- branch : WDS-build
Diffstat (limited to 'Premake4.vs8.vcproj')
-rw-r--r--Premake4.vs8.vcproj37
1 files changed, 35 insertions, 2 deletions
diff --git a/Premake4.vs8.vcproj b/Premake4.vs8.vcproj
index 1ef69a0..d82fe26 100644
--- a/Premake4.vs8.vcproj
+++ b/Premake4.vs8.vcproj
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="Premake4"
- ProjectGUID="{7F000221-EACC-2F4F-A07F-6A5D34AF10D0}"
+ ProjectGUID="{64EE433E-8C53-C641-BAB8-F3505BBA6F24}"
RootNamespace="Premake4"
Keyword="Win32Proj"
>
@@ -99,7 +99,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="signtool.exe sign /v /a /ph /d &quot;premake4&quot; /du &quot;https://bitbucket.org/windirstat/premake-stable&quot; /tr http://www.startssl.com/timestamp &quot;$(TargetPath)&quot;"
+ CommandLine="ollisign.cmd &quot;$(TargetPath)&quot; &quot;https://bitbucket.org/windirstat/premake-stable&quot; &quot;premake4&quot;"
/>
</Configuration>
<Configuration
@@ -288,6 +288,15 @@
RelativePath="scripts\embed.lua"
>
</File>
+ <Filter
+ Name="luasrcdiet"
+ Filter=""
+ >
+ <File
+ RelativePath="scripts\luasrcdiet\LuaSrcDiet.lua"
+ >
+ </File>
+ </Filter>
<File
RelativePath="scripts\release.lua"
>
@@ -825,10 +834,30 @@
>
</File>
<File
+ RelativePath="src\host\path_getabsolute.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\path_getrelative.c"
+ >
+ </File>
+ <File
RelativePath="src\host\path_isabsolute.c"
>
</File>
<File
+ RelativePath="src\host\path_join.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\path_normalize.c"
+ >
+ </File>
+ <File
+ RelativePath="src\host\path_translate.c"
+ >
+ </File>
+ <File
RelativePath="src\host\premake.c"
>
</File>
@@ -960,6 +989,10 @@
Filter=""
>
<File
+ RelativePath="tests\actions\vstudio\cs2005\buildevents.lua"
+ >
+ </File>
+ <File
RelativePath="tests\actions\vstudio\cs2005\projectelement.lua"
>
</File>