Premake: Implement a working hack to change MASM parameters for libcryptopp.
This commit is contained in:
parent
a7d80f7187
commit
70a9cc62d8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user