Static build comment

This commit is contained in:
cltbld%netscape.com 2002-06-22 00:53:41 +00:00
parent 34f2fb8744
commit 6b9eb55e1c

View File

@ -88,7 +88,8 @@ sub main {
my $foo = Cwd::getcwd();
TinderUtils::print_log "cwd = $foo\n";
# opt = Deployment, debug = Development
# opt = Deployment, debug = Development.
# Add -target NavigatorStatic for static build.
$status = TinderUtils::run_shell_command("pbxbuild -buildstyle \"Deployment\"");
TinderUtils::print_log "Status from pbxbuild: $status\n";
}