aboutsummaryrefslogtreecommitdiff
path: root/win_runtime.Tests/mac_runtime.Tests.mak
blob: 8fa1aa583c3139b8f8bce45ecc113c03014a8b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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