Commit 7847d736 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

mac build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64444 954022d7-b5bf-4e40-9824-e11837661b57
parent 01644a77
......@@ -38,6 +38,10 @@ linux-g++:!contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_32
}
mac {
DESTDIR = $$DESTINATION_SDK_PATH/mac_64
}
################################################
DEFINES += \
......
......@@ -4,6 +4,7 @@
#include <stdio.h>
#include <limits>
#include <string>
#include <stdlib.h>
#ifdef __linux__
#include <string.h>
......
......@@ -40,4 +40,8 @@ linux-g++:!contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_32
}
mac {
DESTDIR = $$DESTINATION_SDK_PATH/mac_64
}
################################################
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment