Debug32.xcconfig #1

  • //
  • guest/
  • norman_morse/
  • p4connect/
  • main/
  • src/
  • P4Bridge/
  • p4bridge/
  • Config/
  • Debug32.xcconfig
  • View
  • Commits
  • Open Download .zip Download (425 B)
//
//  Debug32.xcconfig
//  p4bridge
//
//  Created by nmorse on 3/11/15.
//  Copyright (c) 2015 Perforce Software. All rights reserved.
//

//:configuration = Debug32
ONLY_ACTIVE_ARCH = NO
VALID_ARCHS = i386
ARCHS = $(ARCHS_STANDARD_32_BIT)
INSTALL_PATH = ./Debug32/
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 16251 Norman Morse Update Dev branch to match reorganization in workshop
//guest/perforce_software/p4connect/main/src/P4Bridge/p4bridge/Config/Debug32.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/Debug32.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/Debug32.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