diff options
| author | Miro Jurisic <meeroh@mit.edu> | 2000-03-15 07:48:00 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 2000-03-15 07:48:00 +0000 |
| commit | 894cfec6d4df235100e948d85cafca43516ad61e (patch) | |
| tree | 750ea37ed970dfab7f004197756c15a873edb12a /src/mac | |
| parent | 2b4c2a1b530f73ed0356b5fe5919a03db60e4cda (diff) | |
| download | krb5-894cfec6d4df235100e948d85cafca43516ad61e.tar.gz krb5-894cfec6d4df235100e948d85cafca43516ad61e.tar.xz krb5-894cfec6d4df235100e948d85cafca43516ad61e.zip | |
Use MIT runtime instead of metrowerks
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12114 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mac/Makefile b/src/mac/Makefile index 560cf69825..95cc9ba295 100644 --- a/src/mac/Makefile +++ b/src/mac/Makefile @@ -374,16 +374,19 @@ clib-ppc-final = {mitsupportlib-root-folder}CLib:Binaries:CLib.PPC runtimelib-ppc-debug = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.PPC.debug runtimelib-ppc-final = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.PPC +runtimelib-static-ppc-debug = {mitsupportlib-root-folder}"RuntimeLib:Binaries:ShlibRuntime.Lib.PPC.debug" +runtimelib-static-ppc-final = {mitsupportlib-root-folder}"RuntimeLib:Binaries:ShlibRuntime.Lib.PPC" + standard-libraries-ppc-debug = ¶ "{clib-ppc-debug}" ¶ "{runtimelib-ppc-debug}" ¶ - ¶"{MWPPCLibraries}MSL ShLibRuntime.Lib¶" ¶ + "{runtimelib-static-ppc-debug}" ¶ ¶"{SharedLibraries}InterfaceLib¶" ¶ ¶"{SharedLibraries}MathLib¶" standard-libraries-ppc-final = ¶ "{clib-ppc-final}" ¶ "{runtimelib-ppc-final}" ¶ - ¶"{MWPPCLibraries}MSL ShLibRuntime.Lib¶" ¶ + "{runtimelib-static-ppc-final}" ¶ ¶"{SharedLibraries}InterfaceLib¶" ¶ ¶"{SharedLibraries}MathLib¶" |
