Premake: Implement a working hack to change MASM parameters for libcryptopp.

This commit is contained in:
/dev/urandom 2016-08-26 21:24:41 +02:00
parent a7d80f7187
commit 70a9cc62d8
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -33,7 +33,14 @@ end
function libcryptopp.project()
if not libcryptopp.settings then error("Run libcryptopp.setup first") end
rule "MASM_dummy"
location "./build"
fileextension ""
filename "masm_dummy"
externalrule "MASM"
filename "masm_dummy"
location "./build"
buildmessage "Building and assembling %(Identity)..."
propertydefinition {
name = "PreprocessorDefinitions",