예제 #1
0
 public DeploymentPostprocessing(
     TxcBool iDebug, TxcBool iRelease,
     TxcBool iReleaseForProfiling, TxcBool iReleaseForRunning)
 {
     Debug               = iDebug;
     Release             = iRelease;
     ReleaseForProfiling = iReleaseForProfiling;
     ReleaseForRunning   = iReleaseForRunning;
 }
예제 #2
0
 public EnableCppExceptions(
     TxcBool iDebug, TxcBool iRelease,
     TxcBool iReleaseForProfiling, TxcBool iReleaseForRunning)
 {
     Debug               = iDebug;
     Release             = iRelease;
     ReleaseForProfiling = iReleaseForProfiling;
     ReleaseForRunning   = iReleaseForRunning;
 }
예제 #3
0
 public EnableBitCode(
     TxcBool iDebug, TxcBool iRelease,
     TxcBool iReleaseForProfiling, TxcBool iReleaseForRunning)
 {
     Debug               = iDebug;
     Release             = iRelease;
     ReleaseForProfiling = iReleaseForProfiling;
     ReleaseForRunning   = iReleaseForRunning;
 }
예제 #4
0
 public AutomaticReferenceCounting(
     TxcBool iDebug, TxcBool iRelease,
     TxcBool iReleaseForProfiling, TxcBool iReleaseForRunning)
 {
     Debug               = iDebug;
     Release             = iRelease;
     ReleaseForProfiling = iReleaseForProfiling;
     ReleaseForRunning   = iReleaseForRunning;
 }