19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
; qxldod cab file for attestation submission
|
|
.OPTION EXPLICIT
|
|
.Set CabinetFileCountThreshold=0
|
|
.Set FolderFileCountThreshold=0
|
|
.Set FolderSizeThreshold=0
|
|
.Set MaxCabinetSize=0
|
|
.Set MaxDiskFileCount=0
|
|
.Set MaxDiskSize=0
|
|
.Set CompressionType=MSZIP
|
|
.Set Cabinet=on
|
|
.Set Compress=on
|
|
; x64
|
|
.Set CabinetNameTemplate=qxldod_x64.cab
|
|
.Set DestinationDir=qxldod_x64
|
|
LICENSE
|
|
build\x64\Win10Release\qxldod.pdb
|
|
build\x64\Win10Release\qxldod\qxldod.inf
|
|
build\x64\Win10Release\qxldod\qxldod.sys
|