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