You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
231 B
3 lines
231 B
#include <ntverp.h>
|
|
#define VER_PRODUCTVERSION_DOT VER_MAJOR_PRODUCTVER.VER_MINOR_PRODUCTVER.VER_PRODUCTBUILD.VER_PRODUCTBUILD_QFE
|
|
perl token.per -tWAB_VERSION=VER_PRODUCTVERSION -tWAB_DOT_VERSION=VER_PRODUCTVERSION_DOT %1 > %2
|