History log of /haiku/Jamrules (Results 76 – 100 of 213)
Revision Date Author Comments
# 025d0733 23-Dec-2004 Jérôme Duval <korli@users.berlios.de>

It seems libRK and libCanna don't like this CCFLAGS position
Hope it doesn't break anything


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10526 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d74cda3 20-Dec-2004 Axel Dörfler <axeld@pinc-software.de>

__HAIKU__ is now always defined for the kernel build rules.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10505 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c4071913 11-Dec-2004 Matthew Wilber <mwilber@nowhere.fake>

Added rule for building screen savers


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10391 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2506bbb6 29-Nov-2004 shatty <shatty@nowhere.fake>

utilize SELECT_UNAME_ETC_LIB


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10283 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a104c31b 28-Nov-2004 shatty <shatty@nowhere.fake>

define __HAIKU__ for haiku target platform


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10282 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 39a01fbb 22-Nov-2004 shatty <shatty@nowhere.fake>

allow resources as a fourth argument to the App rule, similar to the BinCommand


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10144 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6040be99 20-Nov-2004 shatty <shatty@nowhere.fake>

use NETWORK_LIBS for linking, define BUILDING_R5_LIBNET if necessary


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10059 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 081debe8 19-Nov-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed treatment of source files in UseArchObjectHeaders and SourceHdrs. Grist/object suffix were not set correctly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10026 a95241bf-73f2-0310-85

Fixed treatment of source files in UseArchObjectHeaders and SourceHdrs. Grist/object suffix were not set correctly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10026 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 94a49b21 18-Nov-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed SetupKernel. SourceHdrs is best invoked on source files, otherwise
HDRSEARCH won't be set on the sources which may cause header dependencies
to be missing.


git-svn-id: file:///srv/svn/repos/h

Fixed SetupKernel. SourceHdrs is best invoked on source files, otherwise
HDRSEARCH won't be set on the sources which may cause header dependencies
to be missing.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10010 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 4bb19442 11-Nov-2004 shatty <shatty@nowhere.fake>

remove global activation of COMPILE_FOR_R5 based on TARGET_PLATFORM ; require TARGET_PLATFORM to be set


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9919 a95241bf-73f2-0310-859d-f6bbb57e9c

remove global activation of COMPILE_FOR_R5 based on TARGET_PLATFORM ; require TARGET_PLATFORM to be set


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9919 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 69f792c6 01-Nov-2004 Jérôme Duval <korli@users.berlios.de>

added COMPILE_FOR_R5 flag for C too


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9705 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c0e501e0 29-Oct-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Pulled the subdirectory specific part out of SetupKernel and changed the remaining functionality to really apply to objects. This does now really give us those headers and flags whereever we use a *K

Pulled the subdirectory specific part out of SetupKernel and changed the remaining functionality to really apply to objects. This does now really give us those headers and flags whereever we use a *Kernel* rule, unlike before. Added the root dir of the private headers to the general header search dirs. This simplifies some things a bit (like using syscalls.h).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9630 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# df48dfed 28-Oct-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Generally enable RTTI in the kernel -- by linking against libgcc.a we get it for free. Better recompile the complete kernel or you might get linker errors when using old objects with missing type_inf

Generally enable RTTI in the kernel -- by linking against libgcc.a we get it for free. Better recompile the complete kernel or you might get linker errors when using old objects with missing type_info. For the boot loader we'll have to explicitly disable RTTI though -- respective commits follow...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9564 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# a17b9c0c 25-Oct-2004 shatty <shatty@nowhere.fake>

improved platform targeting


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9497 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 894d1636 24-Oct-2004 shatty <shatty@nowhere.fake>

define ARCH_ppc for TARGET_CPU ppc, ARCH_x86 for TARGET_CPU x86


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9473 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b560211b 24-Oct-2004 shatty <shatty@nowhere.fake>

use LocalDepends for packages instead of Depends


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9472 a95241bf-73f2-0310-859d-f6bbb57e9c96


# be1aef42 18-Oct-2004 shatty <shatty@nowhere.fake>

when target platform is r5, define COMPILE_FOR_R5


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9388 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 53cf6d7a 10-Sep-2004 Axel Dörfler <axeld@pinc-software.de>

Added a BUILD_LIBSTDC++ variable for apps that have to run in the build
environment and have to link against libstc++.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8903 a95241bf-73f2-0310-

Added a BUILD_LIBSTDC++ variable for apps that have to run in the build
environment and have to link against libstc++.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8903 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 121af366 28-Aug-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed FObjectsDir to FCurrentObjectsDir and introduced a new FObjectsDir.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8690 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c3f13647 13-Aug-2004 Axel Dörfler <axeld@pinc-software.de>

Removes grist from StdBinCommands targets. You're now easily able to build
specific commands only.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8555 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6f43f04d 10-Aug-2004 Ingo Weinhold <ingo_weinhold@gmx.de>

Removed LinkStaticOSLibs. It wasn't used, and LinkSharedOSLibs is the rule that rulez anyway. ;-)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8546 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3c71865a 02-Aug-2004 Axel Dörfler <axeld@pinc-software.de>

The UnarchiveObjects rule now works with R5's "ar" as well.
Now uses jam's ":D" variable expansion instead of "dirname".


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8529 a95241bf-73f2-031

The UnarchiveObjects rule now works with R5's "ar" as well.
Now uses jam's ":D" variable expansion instead of "dirname".


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8529 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...


# 705fc998 05-Jul-2004 Axel Dörfler <axeld@pinc-software.de>

Adds grist to the LIBGCC_OBJECTS files.
Added UnarchiveObjects rule that dearchives "ar"-archives.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8311 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cec8c8b5 27-Jun-2004 Jérôme Duval <korli@users.berlios.de>

moved from .cpp.h to .hpp for bison generated header, still compatible with R5 bison


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8208 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ec866cc 22-Jun-2004 DarkWyrm <darkwyrm@gmail.com>

Added a directory to the FT_LIB build rule to account for LXW stream support added in 2.1.8


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8127 a95241bf-73f2-0310-859d-f6bbb57e9c96


123456789