Panda3D
verdate.cpp
1 // used by version.rc
2 #define DEF #define
3 #define BD(x,y) DEF VER_BUILD_DATE_STR x " " y
4 
5 BD(__DATE__,__TIME__)