more platform renaming

This commit is contained in:
Birch-san 2019-08-04 11:12:45 +01:00
parent b19d8a8125
commit 539d64851c
No known key found for this signature in database
GPG Key ID: 726D53FF6A26AB9D

View File

@ -11,8 +11,7 @@
<?define LibSrcRoot = "$(var.juicysfplugin_StandalonePlugin.TargetDir)" ?>
<!-- Product name as you want it to appear in Add/Remove Programs-->
<!-- <?if $(var.Platform) = x64 ?> -->
<?if "$(var.Configuration)" = "Release x64" ?>
<?if "$(var.Platform)" = "x64" ?>
<?define ProductName = "$(var.Name) (64 bit)" ?>
<?define Win64 = "yes" ?>
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>