Browse Source

add versioning for win32

georges 25 years ago
parent
commit
f7cd6ce874
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dtool/src/dtoolbase/verdate.cpp

+ 5 - 0
dtool/src/dtoolbase/verdate.cpp

@@ -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__)