search for: prebuildev

Displaying 1 result from an estimated 1 matches for "prebuildev".

Did you mean: prebuilded
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...2/config.h diff --git a/win32/VS2015/celt.vcxproj b/win32/VS2015/celt.vcxproj index 273ee4d..1499f56 100644 --- a/win32/VS2015/celt.vcxproj +++ b/win32/VS2015/celt.vcxproj @@ -249,8 +249,10 @@ <GenerateDebugInformation>true</GenerateDebugInformation> </Link> <PreBuildEvent> - <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> - <Message>Generating version.h</Message> + <Command> + </Command> + <Message> + &lt...