add versioning for win32

This commit is contained in:
georges 2000-12-27 21:19:57 +00:00
parent d82ea15fac
commit f7cd6ce874

View File

@ -0,0 +1,5 @@
// used by version.rc
#define DEF #define
#define BD(x,y) DEF VER_BUILD_DATE_STR x " " y
BD(__DATE__,__TIME__)