diff --git a/YAZE.vcxproj b/YAZE.vcxproj index 37266efd..5bd70145 100644 --- a/YAZE.vcxproj +++ b/YAZE.vcxproj @@ -84,6 +84,17 @@ true Unicode + + + + + if not exist "$(ProjectDir)build-$(Platform)" mkdir "$(ProjectDir)build-$(Platform)" +echo #define YAZE_VERSION_MAJOR 0 > "$(ProjectDir)build-$(Platform)\yaze_config.h" +echo #define YAZE_VERSION_MINOR 3 >> "$(ProjectDir)build-$(Platform)\yaze_config.h" +echo #define YAZE_VERSION_PATCH 1 >> "$(ProjectDir)build-$(Platform)\yaze_config.h" + Generating yaze_config.h in build directory + + @@ -361,6 +372,9 @@ + + Generated Files + @@ -502,7 +516,6 @@ - @@ -527,6 +540,7 @@ $(ProjectDir)build-$(Platform)\yaze_config.h echo #define YAZE_VERSION_MAJOR 0 > "$(ProjectDir)build-$(Platform)\yaze_config.h" & echo #define YAZE_VERSION_MINOR 3 >> "$(ProjectDir)build-$(Platform)\yaze_config.h" & echo #define YAZE_VERSION_PATCH 1 >> "$(ProjectDir)build-$(Platform)\yaze_config.h" $(ProjectDir)build-$(Platform)\yaze_config.h + Generating yaze_config.h