History log of /haiku/Jamrules (Results 126 – 150 of 213)
Revision Date Author Comments
# e9230d05 11-Sep-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed the target directory for static libs distributed with the system. Is develop/lib/<platform> now, as is under R5. Added an optional third parameter to StaticLibrary, which specifies the target d

Fixed the target directory for static libs distributed with the system. Is develop/lib/<platform> now, as is under R5. Added an optional third parameter to StaticLibrary, which specifies the target directory for the library -- defaults to the just fixed standard directory.


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

show more ...


# f1e077f8 04-Sep-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Since we enable KEEPOBJS, the Library rules doesn't make the libraries a dependency of "lib". Since the StaticLibrary rules is supposed to build the static libs distributed with the system, we explic

Since we enable KEEPOBJS, the Library rules doesn't make the libraries a dependency of "lib". Since the StaticLibrary rules is supposed to build the static libs distributed with the system, we explicitly add the missing dependency there.


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

show more ...


# 65c62a01 26-Aug-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Semantical changes to the DEBUG and WARNINGS variables. Both do always have a value now; 0 or 1. WARNINGS defaults to 1, i.e. warnings are enabled by default, now.


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

Semantical changes to the DEBUG and WARNINGS variables. Both do always have a value now; 0 or 1. WARNINGS defaults to 1, i.e. warnings are enabled by default, now.


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

show more ...


# d5b07cf2 16-Aug-2003 shatty <shatty@nowhere.fake>

fixed destination directory for translators


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


# 505554b4 30-Jul-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added variables for etc and fonts dir.


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


# 007eb5f2 16-Jul-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added "-soname=_APP_" to the linker flags of the high-level rules building applications. Also added a third parameter, <libraries>, where it was missing.


git-svn-id: file:///srv/svn/repos/haiku/tru

Added "-soname=_APP_" to the linker flags of the high-level rules building applications. Also added a third parameter, <libraries>, where it was missing.


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

show more ...


# a8cd0719 13-Jul-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

LinkSharedOSLibs now strips the grist <nogrist> off targets. Otherwise one couldn't use target names that don't have a grist (like applications, against which their add-ons need to link).


git-svn-i

LinkSharedOSLibs now strips the grist <nogrist> off targets. Otherwise one couldn't use target names that don't have a grist (like applications, against which their add-ons need to link).


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

show more ...


# e29d8533 24-Jun-2003 Axel Dörfler <axeld@pinc-software.de>

Renamed OBOS_BOOT_LIB to OBOS_BOOT_PLATFORM


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


# 9fcaa61d 24-Jun-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a BuildPlatformTest rule for building tests that shall run on the build platform..


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


# 966528dc 23-Jun-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added the implementation of UsePublicHeaders again.


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


# 57ec89d1 17-Jun-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Removed definition of AR as 'ar t'. Default is 'ar ru', which should be just fine. If anyone experiences problems don't hesitate to tell me.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@35

Removed definition of AR as 'ar t'. Default is 'ar ru', which should be just fine. If anyone experiences problems don't hesitate to tell me.


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

show more ...


# 7bc56df1 17-Jun-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

CP = copyattr --data, under BeOS. Added general installation rules OBOSInstall, OBOSInstall{Abs,Rel}SymLink.


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

CP = copyattr --data, under BeOS. Added general installation rules OBOSInstall, OBOSInstall{Abs,Rel}SymLink.


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

show more ...


# 2dd47f63 19-May-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Missing grist in SetupKernel.


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


# c8aa252a 19-May-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed Depends in MergeObjectFromObjects


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


# 98cc804c 18-May-2003 Axel Dörfler <axeld@pinc-software.de>

Added KERNEL_C++FLAGS to define -fno-exceptions and -fno-rtti for kernel
objects automatically.
Also added a new OBOS_BOOT_LIB variable - might be changed again in the
future, though.


git-svn-id: f

Added KERNEL_C++FLAGS to define -fno-exceptions and -fno-rtti for kernel
objects automatically.
Also added a new OBOS_BOOT_LIB variable - might be changed again in the
future, though.


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

show more ...


# dbf96817 17-May-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a rule R5KernelStaticLibrary.


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


# dd22481e 13-May-2003 Axel Dörfler <axeld@pinc-software.de>

The DEFINES variable doesn't contain the "D" from the option name (-D...).


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


# 5dc4e1ef 11-May-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed SystemMain to BuildPlatformMain and adjusted it to use the build platform headers for compilation.


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

Renamed SystemMain to BuildPlatformMain and adjusted it to use the build platform headers for compilation.


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

show more ...


# 09c5682d 05-May-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

The platform dependent header dir is explicitly included now. Changed the libgcc.a handling a bit. Re-run configure!


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

The platform dependent header dir is explicitly included now. Changed the libgcc.a handling a bit. Re-run configure!


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

show more ...


# c9882d9e 03-May-2003 Axel Dörfler <axeld@pinc-software.de>

TARGET_CPU can now be set externally if needed.


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


# 1f622a7b 03-May-2003 Axel Dörfler <axeld@pinc-software.de>

The Jamrules now support different build platforms (at least in theory).
The PPC version can now be built - but of course, it doesn't work yet.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current

The Jamrules now support different build platforms (at least in theory).
The PPC version can now be built - but of course, it doesn't work yet.


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

show more ...


# 0f434a0a 30-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

The mother of all commits. :P
Unremoved zlib and added libpng to public libs (C'mon DW, make up your mind... ;^)
Added screenshot support to app_server
Added full keyboard message support to app_serv

The mother of all commits. :P
Unremoved zlib and added libpng to public libs (C'mon DW, make up your mind... ;^)
Added screenshot support to app_server
Added full keyboard message support to app_server
Added UseLibraryHeaders and LibraryHeaders rules to jamrules
Updated ColorUtils to convert uint32 colors to rgb_colors
BAppServerLink now autolocks client-server communications on the client side (as it should)
app_server now also juliennes and makes french fries. Yum.


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

show more ...


# 83b3b0df 24-Feb-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Added optional libraries parameter to Addon rule.


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


# 6af76074 17-Feb-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

Uh, rc does not always append .rsrc to the output file, but only if it is missing. Adjusted ResComp actions.


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

Uh, rc does not always append .rsrc to the output file, but only if it is missing. Adjusted ResComp actions.


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

show more ...


# 8d3308d9 17-Feb-2003 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added a Bison and a LexC++ rule.
* Override the Jambase version of the Object rule to optionally generate
intermediate .cpp instead of .c files for .y and .l input. The
GENERATE_C++ variable mu

* Added a Bison and a LexC++ rule.
* Override the Jambase version of the Object rule to optionally generate
intermediate .cpp instead of .c files for .y and .l input. The
GENERATE_C++ variable must be set to enable that behavior.
* Added a ResComp rule using the shiny new rc to compile .rdef files into
.rsrc files.
* Adjusted AddResources to accept both, .rsrc and .rdef files. The rule
also grists the input files now, avoiding problems with equally named
resource files in different directories.


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

show more ...


123456789