c5bbddb6 | 13-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
The BEOS:APP_VERSION field is now also decompiled to nice plain text. However, an eventual existing system version info is dropped - support for this (also on the compilation side) should be implemen
The BEOS:APP_VERSION field is now also decompiled to nice plain text. However, an eventual existing system version info is dropped - support for this (also on the compilation side) should be implemented as well some day.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17824 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
bd65face | 30-Oct-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Fixed build of "rc" under Dano and probably Zeta. If someone (Ingo) has a better solution, please yell :-)
The error output was strange:
C++ generated/objects/r5/x86/release/tools/rc/parser.o In fi
Fixed build of "rc" under Dano and probably Zeta. If someone (Ingo) has a better solution, please yell :-)
The error output was strange:
C++ generated/objects/r5/x86/release/tools/rc/parser.o In file included from /boot/home/develop/haiku/haiku/src/tools/rc/parser.y:26: /boot/develop/headers/be/app/Message.h:38: parse error before `>' /boot/develop/headers/be/app/Message.h:39: parse error before `>' /boot/develop/headers/be/app/Message.h:54: template with C linkage /boot/develop/headers/be/app/Message.h:54: confused by earlier errors, bailing out
gcc -c "generated/objects/haiku/x86/common/tools/rc/parser.cpp" -O2 -Wall -Wmissing-prototypes -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wpointer-arith -Wcast-align -Wsign-compare -Wno-multichar -Wno-sign-compare -Wno-unused -include src/tools/rc/R5Compatibility.h -D_ZETA_USING_DEPRECATED_API_=1 -DARCH_x86 -D_NO_INLINE_ASM -DCOMPILE_FOR_R5 -Isrc/tools/rc -Igenerated/objects/common/tools/rc -Igenerated/objects/r5/x86/common/tools/rc -Igenerated/objects/haiku/x86/common/tools/rc -I- -o "generated/objects/r5/x86/release/tools/rc/parser.o" ;
...failed C++ generated/objects/r5/x86/release/tools/rc/parser.o ...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14581 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
db4227c6 | 23-May-2005 |
Axel Dörfler <axeld@pinc-software.de> |
rc now also builds under R5 with TARGET_PLATFORM haiku. Since we currently use the same build for the host and for the target, this is only a temporary fix - we should build it twice.
git-svn-id: f
rc now also builds under R5 with TARGET_PLATFORM haiku. Since we currently use the same build for the host and for the target, this is only a temporary fix - we should build it twice.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12783 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
8a326af7 | 23-May-2005 |
Axel Dörfler <axeld@pinc-software.de> |
"PUSSY_CODER_STYLE" is now the default (like in deres, and matching our basic C++ style guide). Prepared switching of open-brace-style via command line arguments. rc meets our coding style guide.
g
"PUSSY_CODER_STYLE" is now the default (like in deres, and matching our basic C++ style guide). Prepared switching of open-brace-style via command line arguments. rc meets our coding style guide.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12781 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
8a9b1cbb | 23-May-2005 |
Axel Dörfler <axeld@pinc-software.de> |
No longer uses out.rsrc/out.rdef as output names when no output filename was given - it now uses the name of the first input file as a basis and exchanges the extension (if any). Fixed some potential
No longer uses out.rsrc/out.rdef as output names when no output filename was given - it now uses the name of the first input file as a basis and exchanges the extension (if any). Fixed some potential buffer overflow bugs. More style guide cleanups.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12777 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
38bf6576 | 23-May-2005 |
Axel Dörfler <axeld@pinc-software.de> |
A first hello to our style guide. Also fixed a small bug: instead of the directory of the source file, the current directory was added as include directory which caused problems with our build system
A first hello to our style guide. Also fixed a small bug: instead of the directory of the source file, the current directory was added as include directory which caused problems with our build system (libtracker.so).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12775 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|