fixing prefix for macosx build

This commit is contained in:
Vadim Kurland
2009-02-17 18:58:02 +00:00
parent dad78e4890
commit af5c030c7c
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 761 #define BUILD_NUM 762
+4
View File
@@ -73,6 +73,10 @@ unix {
} }
} }
macx {
PREFIX = /Users/vadim/src/fwbuilder/fwb3-branch-v3/install_root
}
win32 { win32 {
CONFIG -= debug CONFIG -= debug
} }
+4
View File
@@ -73,6 +73,10 @@ unix {
} }
} }
macx {
PREFIX = @PREFIX@
}
win32 { win32 {
CONFIG -= debug CONFIG -= debug
} }