2 # Transform .inx file to .inf file adding date + major,min & svn.version stamp
\r
3 # Output .inf file is copied to the $(INF_TARGET) folder (commonly where .sys file resides).
\r
11 STAMP=stampinf -a $(_BUILDARCH)
\r
13 !INCLUDE mod_ver.def
\r
15 $(INF_TARGET) : $(_INX)\$(INF_NAME).inx
\r
16 copy $(_INX)\$(@B).inx $@
\r
17 $(STAMP) -f $@ -d * -v $(IB_MAJORVERSION).$(IB_MINORVERSION).$(IB_BUILDVERSION).$(OPENIB_REV)
\r