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()
|
function libcryptopp.project()
|
||||||
if not libcryptopp.settings then error("Run libcryptopp.setup first") end
|
if not libcryptopp.settings then error("Run libcryptopp.setup first") end
|
||||||
|
|
||||||
|
rule "MASM_dummy"
|
||||||
|
location "./build"
|
||||||
|
fileextension ""
|
||||||
|
filename "masm_dummy"
|
||||||
|
|
||||||
externalrule "MASM"
|
externalrule "MASM"
|
||||||
|
filename "masm_dummy"
|
||||||
|
location "./build"
|
||||||
buildmessage "Building and assembling %(Identity)..."
|
buildmessage "Building and assembling %(Identity)..."
|
||||||
propertydefinition {
|
propertydefinition {
|
||||||
name = "PreprocessorDefinitions",
|
name = "PreprocessorDefinitions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user