Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-07-21 21:07 EDT by Zack Middleton
Modified: 2011-07-26 20:04:39 EDT
1 user (show)

See Also:


Attachments
Define PRODUCT_VERSION if it is not, instead of just if _MSC_VER (327 bytes, patch)
2011-07-21 21:07 EDT, Zack Middleton

Description Zack Middleton 2011-07-21 21:07:35 EDT
Created attachment 2861 [details]
Define PRODUCT_VERSION if it is not, instead of just if _MSC_VER

Currently PRODUCT_VERSION is defined in q_shared.h if _MSC_VER is defined. I think ioq3 should check ifndef PRODUCT_VERSION instead. This way non-Microsoft IDEs will automatically define PRODUCT_VERSION and it should allow MS IDEs project files to manually define PRODUCT_VERSION.
Comment 1 Thilo Schulz 2011-07-26 20:04:39 EDT
applied r2101