source: trunk/kBuild/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @970   18 years bird Fixed typo.
(edit) @873   18 years bird hack for creating PATH_LIB when there aren't any real libraries …
(edit) @857   18 years bird Select v8*.
(edit) @856   18 years bird don't merge .SYMDEF* objects.
(edit) @848   18 years bird win.amd64 fixes.
(edit) @847   18 years bird Library merging and some DLL linking updates (latter isn't tested).
(edit) @846   18 years bird Fixed busted compile templates and implemented library merging.
(edit) @844   18 years bird Library merging. Make use of -filelist on Mac OS X.
(edit) @840   18 years bird Use response files everywhere.
(edit) @839   18 years bird Fixed response file bustage.
(edit) @826   18 years bird New tool that doesn't depend on GNU ld and ar: GCC3PLAIN. Use this …
(edit) @824   18 years bird file description
(edit) @819   18 years bird More svn:eol-style fixes.
(edit) @811   18 years bird Solaris port.
(edit) @808   18 years bird another try.
(edit) @807   18 years bird typo.
(edit) @798   18 years bird .rsp in the wrong place.
(edit) @787   18 years bird Use -m32.
(edit) @782   18 years bird copyright 2007
(edit) @773   19 years bird Use response files (untested). Fixes #9
(edit) @772   19 years bird use append -n for creating the ar-script if available.
(edit) @771   19 years bird use append -n for creating the ar-script if available.
(edit) @768   19 years bird Use response files (aka command files) with the Visual C++ librarian. …
(edit) @754   19 years bird misplaced comment.
(edit) @752   19 years bird Fixed library linking: It was still using $(lib) - this was changed to …
(edit) @735   19 years bird VCC*_OLD_DEPS
(edit) @706   19 years bird Fixed some x86.win* & amd64.win* leftovers.
(edit) @697   19 years bird ABSPATH -> abspath.
(edit) @696   19 years bird Implemented KBUILD_QUIET and KBUILD_VERBOSE={1|full} (was BUILD_QUIET, …
(edit) @692   19 years bird tools location is being cleaned up.
(edit) @688   19 years bird more or less completed the fetch feature.
(edit) @681   19 years bird bad sed.
(edit) @677   19 years bird pathless VCC
(edit) @671   19 years bird fixed typo.
(edit) @669   19 years bird bugfix.
(edit) @668   19 years bird VCC80 for $(BUILD_TARGET).
(edit) @667   19 years bird cleanup. PATH_DEV* -> PATH_DEVTOOLS*.
(edit) @666   19 years bird added an untested zip/unzip tool.
(edit) @665   19 years bird svn:keyword=Id
(edit) @658   19 years bird dropped debug statement.
(edit) @657   19 years bird win32/win confusion. ?= -> :=
(edit) @655   19 years bird use ?= everywhere.
(edit) @650   19 years bird PATH_DEV -> PATH_DEV_BLD w/ compatability hack.
(edit) @649   19 years bird RCINCS.
(edit) @642   19 years bird link emits correctly cased .pdbs.
(edit) @641   19 years bird Resource file compilation.
(edit) @640   19 years bird prototype of tools/source fetching.
(edit) @584   19 years bird Cleaned up the -s and -g usage.
(edit) @573   19 years bird OS/2 sysmods are dlls, vdds or pdds on OS/2.
(edit) @572   19 years bird gcc eats .defs on OS/2.
(edit) @571   19 years bird NASM dependencies.
(edit) @562   19 years bird g++ and not ld is the sysmod linker.
(edit) @560   19 years bird MACH -> MACHO.
(edit) @559   19 years bird dlls.
(edit) @557   19 years bird Initial Mac OS X / Darwin bootstrapping.
(edit) @483   19 years bird YASM dependencies.
(edit) @474   19 years bird Deal with .imp and .def files in the emx manner.
(edit) @471   19 years bird assembler-with-cpp by default.
(edit) @470   19 years bird assembler.
(edit) @469   19 years bird no .lst file from the gnu assembler.
(edit) @465   19 years bird AS commands.
(edit) @463   19 years bird assembly.
(edit) @462   19 years bird sysmod.
(edit) @461   19 years bird asm.
(edit) @459   19 years bird cross compiler setup.
(edit) @458   19 years bird map files.
(edit) @457   19 years bird x86_amd64/lib.exe is too stupid to assume x86 as default machine and …
(edit) @456   19 years bird Based on GCC3.kmk
(edit) @448   19 years bird Moving stuff about.
(edit) @440   19 years bird Corrected Visual C++ 8.0 paths.
(edit) @437   19 years bird More or less ok now..
(edit) @434   19 years bird VCC80 and some VCC70 link fixes.
(edit) @422   19 years bird Corrected dependencies to match the ones generated by GCC3.kmk.
(edit) @419   19 years bird Initial config.
(edit) @405   20 years bird idbs are lowercase.
(edit) @403   20 years bird enabled new dependency code.
(edit) @397   20 years bird - kBuild/tools/VCC70.kmk: o Use DEP_IDB on win32. - …
(edit) @391   20 years bird Preparing for VCC70_NEW_DEPS.
(edit) @380   20 years bird Big command dependency job. More installation stuff.
(edit) @353   20 years bird Use fixed lot's of those $$$$(PATH_<target>) thingies. Better target …
(edit) @339   20 years bird Use the new -s option for dependencies.
(edit) @337   20 years bird Added -Wp,-MP for better dependencies.
(edit) @336   20 years bird Use the -f option with kDepPre to make sure nt/wine/cl doesn't screw …
(edit) @322   20 years bird Changed SONAME to be required everywhere BUT os2 and win32 for the DLL …
(edit) @321   20 years bird proper fallback.
(edit) @313   20 years bird Use tolower to fix .pdb screwup.
(edit) @301   20 years bird ALP config.
(edit) @300   20 years bird Do dependencies first.
(edit) @295   20 years bird import librarian.
(edit) @294   20 years bird map files.
(edit) @293   20 years bird -Zmap takes a '=' char.
(edit) @262   20 years bird Switched to the new dependency generator.
(edit) @250   20 years bird fixed some directory dependency trouble.
(edit) @248   20 years bird depend on all other sources.
(edit) @241   20 years bird Remove link targets before linking (hopefully this will fix some .so …
(edit) @237   20 years bird Fixed CP builtin problem.
(edit) @235   20 years bird dirdep is order prereq only and not something causing anything else to …
(edit) @234   20 years bird fixed some missing cleanup.
(edit) @231   20 years bird Map everywhere.
(edit) @213   21 years bird No map for sys.
Note: See TracRevisionLog for help on using the revision log.