Debug64.xcconfig #1

  • //
  • guest/
  • zynthar/
  • dev/
  • p4connect/
  • src/
  • P4Bridge/
  • p4bridge/
  • Config/
  • Debug64.xcconfig
  • View
  • Commits
  • Open Download .zip Download (489 B)
//
//  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)
LIBRARY_SEARCH_PATHS = $(inherited) ../p4api/lib ../p4api/a64
# Change User Description Committed
#1 13953 zynthar Populate -o //guest/perforce_software/p4connect/...
//guest/zynthar/dev/p4connect/....
//guest/perforce_software/p4connect/src/P4Bridge/p4bridge/Config/Debug64.xcconfig
#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