aboutsummaryrefslogtreecommitdiff
path: root/win_runtime.Tests/mac_runtime.Tests.mak
diff options
context:
space:
mode:
authorjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
committerjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
commit28008a746a31abb7909dd86cb0cd413ac8943b0b (patch)
treea30b74b8cad548048c3c1551d652828ab76fa9bd /win_runtime.Tests/mac_runtime.Tests.mak
downloadvmprotect-3.5.1-master.tar
vmprotect-3.5.1-master.tar.gz
vmprotect-3.5.1-master.tar.bz2
vmprotect-3.5.1-master.zip
first commitHEADmaster
Diffstat (limited to 'win_runtime.Tests/mac_runtime.Tests.mak')
-rw-r--r--win_runtime.Tests/mac_runtime.Tests.mak16
1 files changed, 16 insertions, 0 deletions
diff --git a/win_runtime.Tests/mac_runtime.Tests.mak b/win_runtime.Tests/mac_runtime.Tests.mak
new file mode 100644
index 0000000..8fa1aa5
--- /dev/null
+++ b/win_runtime.Tests/mac_runtime.Tests.mak
@@ -0,0 +1,16 @@
+SOURCES := ../runtime/core.cc ../runtime/crypto.cc ../runtime/loader.cc ../runtime/licensing_manager.cc ../runtime/string_manager.cc ../runtime/hwid.cc ../runtime/objects.cc ../runtime/utils.cc core_tests.cc crypto_tests.cc main.cc ../third-party/lzma/LzmaDecode.cc
+
+PROJECT := runtime.Tests
+TARGET := $(PROJECT)
+BIN_DIR := ../bin/$(ARCH_DIR)/Release
+TMP_DIR := ../tmp/mac/$(PROJECT)/$(ARCH_DIR)/$(PROJECT)
+PCH_DIR := $(TMP_DIR)/$(PROJECT).gch
+DEFINES := -D TIXML_USE_STL -D _CONSOLE
+LFLAGS :=
+LIBS = $(SDK_LIBS) -framework DiskArbitration
+OBJCOMP := ../bin/$(ARCH_DIR)/Release/gtests.a
+DYLIBS := ../bin/libVMProtectSDK.dylib
+INCFLAGS := -I ../third-party/gmock/include/ -I ../third-party/gtest/include/ -I ../third-party/gmock/ -I ../third-party/gtest/
+
+include ../mac_common.mak
+include ../gnu_simple.mak