// // Debug64.xcconfig // p4bridge // // Created by nmorse on 3/11/15. // Copyright (c) 2015 Perforce Software. All rights reserved. // //:configuration = Debug64 ONLY_ACTIVE_ARCH = NO VALID_ARCHS = x86_64 ARCHS = $(ARCHS_STANDARD_64_BIT) INSTALL_PATH = ./Debug64/ COPY_PHASE_STRIP = NO GCC_DYNAMIC_NO_PIC = NO GCC_OPTIMIZATION_LEVEL = 0 GCC_SYMBOLS_PRIVATE_EXTERN = NO GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19640 | Liz Lam | "Forking branch Main of perforce-software-p4connect to liz_lam-p4connect." | ||
//guest/perforce_software/p4connect/main/src/P4Bridge/p4bridge/Config/Debug64.xcconfig | |||||
#1 | 16209 | Norman Morse | Move entire source tree into "main" branch so workshop code will act correctly. | ||
//guest/perforce_software/p4connect/src/P4Bridge/p4bridge/Config/Debug64.xcconfig | |||||
#3 | 16078 | Norman Morse | Add changes to fix OSX build for SSL (statically linked) | ||
#2 | 16006 | Norman Morse | integrated changes from internal build | ||
#1 | 12135 | Norman Morse |
Integrate dev branch changes into main. This code is the basiis of the 2.7 BETA release which provides Unity 5 compatibility |
||
//guest/norman_morse/dev/p4connect/src/P4Bridge/p4bridge/Config/Debug64.xcconfig | |||||
#2 | 12043 | Norman Morse | More OSX changes, there is still a crash in error reporting from the DLL. | ||
#1 | 12033 | Norman Morse | Create xcconfig files for each build in OSX |