Changed the target name of the MakeDist project to "Stubs" so that binaries are removed on every build.
git-svn-id: svn://10.0.0.236/trunk@2428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -58,10 +58,12 @@ sub BuildMozilla()
|
||||
}
|
||||
|
||||
#
|
||||
# Make the project that copies headers
|
||||
# Make the project that copies headers. The target is called "Stubs" so that
|
||||
# the AppleScript does a 'remove binaries' on the target first to guarantee
|
||||
# that it builds.
|
||||
#
|
||||
|
||||
BuildProject(":build:mac:MakeDist.mcp", "MakeDist");
|
||||
BuildProject(":build:mac:MakeDist.mcp", "Stubs");
|
||||
|
||||
#
|
||||
# Build the appropriate target of each project
|
||||
|
||||
Reference in New Issue
Block a user