Norbert Thiebaud
c937997abd
Revert "cppcheck scope reduction of var in soltools/...javadep.c"
...
This reverts commit 1fc34c75a8
.
which break windows by using c99 features... and Redmond
only support the 22 year old standard c89.
2011-10-07 21:53:56 -05:00
Pierre-André Jacquod
1fc34c75a8
cppcheck scope reduction of var in soltools/...javadep.c
2011-10-07 15:57:54 +02:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Tor Lillqvist
6465f4e8dd
Rehash cross-compilation ideas
...
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built
for the build platform but pointless to build for the host platform. I
will handle the split of stuff built for the build or host platforms
differently. Note that some libraries need to be built for both
platforms.
Add explicit rules to do nothing for the cross-compilation case, but
likely even that will be unnecessary in the case of complete modules
like soltools (?). I will just mark modules that are for the build
platform only with an own flag in BUILD_TYPE.
2011-06-04 19:08:33 +03:00
Tor Lillqvist
1fcb5824a5
Cross-compilation support and iOS in particular
2011-05-14 01:52:12 +03:00
Tor Lillqvist
20ba3c4ae8
Kill OS/2 stuff
2011-04-15 14:08:09 +03:00
Tor Lillqvist
f38b7b2f6d
Silence a couple of compiler warnings
2011-02-03 00:44:29 +02:00
Caolán McNamara
df09ad692d
WaE: gcc 4.6.0 various warnings
2011-01-25 10:24:21 +00:00
Caolán McNamara
fa4882b94f
add modelines to .h files as well
2010-10-28 15:47:03 +01:00
Caolán McNamara
46e399d9d6
only used on windows, so only compile on windows
2010-10-12 15:33:49 +01:00
Michael Meeks
acaa45560b
calm down cppcheck patch
...
Thanks to: Justin Malcolm <malcolm.justin@gmail.com>
2010-10-01 15:51:13 +01:00
Mathias Bauer
12684f8ad2
CWS systemlibc: #i69033#: some fixes for Windows
2010-06-16 19:57:33 +02:00
Rene Engelhard
769873c622
systemlibc: migrate systemlibc to hg; try again from scratch
2010-05-18 14:05:20 +02:00
Jens-Heiner Rechtien
f281d77a21
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Rüdiger Timm
9dc694ea67
INTEGRATION: CWS mh30b (1.12.8); FILE MERGED
...
2008/07/16 13:02:55 mh 1.12.8.1: remove unused code, #i91591#
2008-07-31 17:36:43 +00:00
Oliver Bolte
25eb38b8fa
INTEGRATION: CWS os2port03 (1.10.12); FILE MERGED
...
2008/07/16 12:39:20 obr 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED
2008/04/15 14:38:20 ydario 1.10.12.1: Issue number: i85203
Submitted by: ydario
Reviewed by: ydario
2008-07-22 16:24:20 +00:00
Rüdiger Timm
a2b7a27d34
INTEGRATION: CWS changefileheader (1.10.2); FILE MERGED
...
2008/03/31 13:05:36 rt 1.10.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:03:15 +00:00
Rüdiger Timm
265369f6b9
INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED
...
2008/03/31 13:05:35 rt 1.11.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:02:59 +00:00
Vladimir Glazounov
4ebb0d5661
INTEGRATION: CWS sb83 (1.9.10); FILE MERGED
...
2007/12/21 14:51:31 sb 1.9.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).
2008-03-18 13:07:22 +00:00
Vladimir Glazounov
af504d359c
INTEGRATION: CWS hr49 (1.10.14); FILE MERGED
...
2008/01/15 17:56:47 hr 1.10.14.1: #i85270#: remove noisy output - the dot - per parsed file
2008-01-29 06:57:49 +00:00
Jens-Heiner Rechtien
f9798bad00
INTEGRATION: CWS os2port02 (1.9.2); FILE MERGED
...
2007/09/30 12:02:40 ydario 1.9.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
2007-11-02 11:41:47 +00:00
Vladimir Glazounov
585ef5a067
INTEGRATION: CWS sb71 (1.8.14); FILE MERGED
...
2007/08/15 07:34:39 sb 1.8.14.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:15 sb 1.8.14.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.8.14.2: #i77184# Improved previous change.
2007/07/10 11:10:43 sb 1.8.14.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:05:06 +00:00
Vladimir Glazounov
ddc1e6b006
INTEGRATION: CWS os2port01 (1.8.30); FILE MERGED
...
2006/12/28 15:05:48 ydario 1.8.30.1: OS/2 initial import.
2007-09-20 14:59:13 +00:00
Oliver Bolte
246e7553e3
INTEGRATION: CWS ause076 (1.7.56); FILE MERGED
...
2007/03/01 16:54:17 hjs 1.7.56.1: #i75028# kick obsolete settings
2007-03-09 08:20:59 +00:00
Jens-Heiner Rechtien
572da484bd
INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED
...
2005/09/23 02:14:31 sb 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/02 14:57:35 sb 1.6.14.1: #i53898# Made code warning-free.
2006-06-20 04:08:14 +00:00
Rüdiger Timm
45bbecc722
INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED
...
2005/09/05 18:39:48 rt 1.6.104.1: #i54170# Change license header: remove SISSL
2005-09-08 06:27:39 +00:00
Rüdiger Timm
905fce129d
INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED
...
2005/09/05 18:39:47 rt 1.6.16.1: #i54170# Change license header: remove SISSL
2005-09-08 06:27:24 +00:00
Vladimir Glazounov
454f916692
INTEGRATION: CWS hr12 (1.5.28); FILE MERGED
...
2005/02/11 17:57:08 hr 1.5.28.1: #120222#,#i44727#: replace strcpy() and strcat() with memcpy() and strncat(), fix double free(), expand tabs
2005-03-11 09:05:28 +00:00
Sander Vesik
27dd8f56d3
INTEGRATION: CWS ooo20040329 (1.4.92); FILE MERGED
...
2004/03/17 12:47:15 waratah 1.4.92.1: #i1858# add explicit int return type to function
2004-04-21 12:26:01 +00:00
Jens-Heiner Rechtien
9a129a649a
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-18 11:47:38 +00:00
Rüdiger Timm
c95ce24aef
#100000# Don't link against uwinapi.lib (not available here).
2002-12-11 13:00:23 +00:00
Hans-Joachim Lankenau
b8aaa1d5a5
#96287# make use of makedepend more flexible
2002-01-08 11:07:30 +00:00
Armin Theissen
b86d561de7
nodep has to be set to true, otherwise windows build breaks
2001-06-12 06:55:46 +00:00
Nils Fuhrmann
c196af53e7
Fixed core in simple_getopt when calling javadep without parameters
2001-04-23 10:38:42 +00:00
Nils Fuhrmann
fca6c1676d
Removed usage of getopt.lib
2001-04-23 10:19:16 +00:00
Jens-Heiner Rechtien
c95e45663a
fixed fprintf() call
2001-04-23 09:20:56 +00:00
Jens-Heiner Rechtien
4043090d75
replace getopt() with simple_getopt()
2001-04-23 07:48:07 +00:00
Nils Fuhrmann
9a1f016b0b
Moved to soltools
2001-04-18 08:52:08 +00:00