Browse Source

Reworked JUPITER_VERISON slightly

release/0.19
Jessica James 8 years ago
parent
commit
b71200a2cf
  1. 6
      Jupiter/Jupiter.h
  2. 2
      Jupiter/Jupiter.vcxproj

6
Jupiter/Jupiter.h

@ -36,7 +36,11 @@
#define JUPITER_API
#endif // _WIN32
#define JUPITER_VERSION "Jupiter 0.19-dev" /** Version of this program at compile time. */
#if !defined JUPITER_PLATFORM
#define JUPITER_PLATFORM
#endif
#define JUPITER_VERSION "Jupiter 0.19-dev (" JUPITER_PLATFORM __DATE__ ")" /** Version of this program at compile time. */
#if defined __cplusplus
extern "C"

2
Jupiter/Jupiter.vcxproj

@ -153,7 +153,7 @@
<Optimization>Full</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;JUPITER_PLATFORM "$(Platform)/";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<EnablePREfast>false</EnablePREfast>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<ExceptionHandling>Async</ExceptionHandling>

Loading…
Cancel
Save