source: trunk/openjdk/jdk/make

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @245   15 years dmik make: Added rules to instantly generate .sym files out of .map.
(edit) @238   15 years dmik jdk/make: Enabled deploying demos/samples and all missing GUI …
(edit) @236   15 years dmik jdk/make: Enabled building of the rest of com.sun.* classes.
(edit) @235   15 years dmik jdk/make: Enabled building the sun.audio package. This was the last …
(edit) @234   15 years dmik jdk/make: We don't need a manual make.depend for GCC as we already …
(edit) @233   15 years dmik make: Enabled building of jawt.lib.
(edit) @232   15 years dmik jdk: Enabled building demos and samples.
(edit) @231   15 years dmik jdk: Added fontconfig for the Liberation font family and placed …
(edit) @222   15 years dmik make: Added INITINSTANCE/TERMINSTANCE to .def files since ILINK …
(edit) @221   15 years dmik make: Added /OPTFUNC to ILINK.
(edit) @219   15 years dmik make: Add support for ILINK and forbid using WLINK for JDK due to bugs …
(edit) @218   15 years dmik jdk: Use special init/term routines in awt.dll to make sure C++ dtors …
(edit) @213   15 years dmik jdk: Search for font files in directories where registered fonts from …
(edit) @209   15 years dmik jdk/make: Enabled building of image, awt, splashscreen, font, jpeg, …
(edit) @208   15 years dmik jdk: Made build splashscreen.dll, jpeg.dll, lcms.dll.
(edit) @203   15 years dmik jdk: Shortened 5 other DLL names.
(edit) @202   15 years dmik jdk: Use fontmgr.dll instead of fontmanager.dll on OS/2 (usual 8x3 …
(edit) @201   15 years dmik jdk/make: Added support for LIBRARY_SHORT that allows to specify a …
(edit) @200   15 years dmik jdk: Made fontmanager.dll build.
(edit) @197   15 years dmik jdk/make: Enabled awt build.
(edit) @196   15 years dmik jdk/make: Make the PLATFORM_SRC_OS2 public.
(edit) @193   15 years dmik jdk: Finally made awt.dll build.
(edit) @192   15 years dmik make: emxlibwrap* -> libwrap* (Odin32 does no longer provide special …
(edit) @189   15 years dmik jdk/make: Added prep-dir-target macro, to be used for directory …
(edit) @186   15 years dmik jdk/awt: java2d: Disabled Direct3D on OS/2 (see #30).
(edit) @180   15 years dmik jdk: AWT assumes UNICODE (wide char API).
(edit) @178   15 years dmik jdk/make: Make sure Java include dirs are listed first because there …
(edit) @177   15 years dmik jdk: Building awt in progress.
(edit) @176   15 years dmik jdk: Make jsound.dll build.
(edit) @166   15 years dmik jdk: We certainly need _LITTLE_ENDIAN on OS/2. Together with r165, …
(edit) @165   15 years dmik jdk/fdlibm: Disable the strict aliasing optimization as the math code …
(edit) @164   15 years dmik jdk/make: Fixed jsse.jar dependencies to make sure it is rebuilt when …
(edit) @161   15 years dmik jdk: Oops, addition to r160.
(edit) @158   15 years dmik jdk/make: Enabled packaging security classes.
(edit) @157   15 years dmik jdk/make; Disable only com.sun.tools.attach only.
(edit) @156   15 years dmik jdk: Disabled accidentially enabled com.sun.security.tools package …
(edit) @155   15 years dmik jdk: Adopted com.sun.security.auth.module package.
(edit) @154   15 years dmik Addition to r153.
(edit) @153   15 years dmik jdk: Adopted and enabled com.security.mscapi package.
(edit) @152   15 years dmik jdk/make: Make sure that javah in packages that use a non-standard …
(edit) @151   15 years dmik jdk/make: Disabled native SmartCard support methods (j2pscs.dll) on …
(edit) @150   15 years dmik jdk/make: Disabled using Lsa* WinAPIs for Kerberos on OS/2 which does …
(edit) @147   15 years dmik jdk/make: Link to libemxwrapN to get access to OS/2 API.
(edit) @144   15 years dmik jdk/make: Added ifndef OS2_TEMP to disable various components we don't …
(edit) @143   15 years dmik jdk/make: Fixed typos that would prevent launchers from building.
(edit) @142   15 years dmik jdk/make: Warnings options for C and C++ differ.
(edit) @141   15 years dmik jdk: jli: Provide underscored JLI_* exports too to keep the import …
(edit) @133   15 years dmik make: We compile a lot of MSVC code with GCC so disable warnings that …
(edit) @121   24 years dmik jdk/make: Add the ability to pick up the OS/2-specific sources from …
(edit) @120   24 years dmik make: Use debug or release Odin libraries automatically, depending on …
(edit) @119   15 years dmik make: Disable fork and Unix way in kLIBC which in particular prevents …
(edit) @118   15 years dmik jdk/make: Remove underscores from some exports.
(edit) @107   15 years dmik jdk: Adopted instrument.dll for OS/2.
(edit) @104   15 years dmik jdk: Adopted nio.dll for OS/2.
(edit) @101   15 years dmik jdk: Ported net.dll to OS/2.
(edit) @100   15 years dmik jdk/make: No reason to hide stderr when generating .dep files as it …
(edit) @99   15 years dmik jdk: Made hprof.dll build on OS/2.
(edit) @97   15 years dmik jdk: Made npt.dll build on OS/2.
(edit) @96   15 years dmik jdk: Made zip.dll build on OS/2.
(edit) @94   15 years dmik jdk/make: HPI.DLL must export DLL_Initialize on OS/2 as well.
(edit) @91   15 years dmik jdk/src: Adopted java.exe and javaw.exe to OS/2.
(edit) @90   15 years dmik jdk/make: Don't pass compile step options to the linker on OS/2 with GCC.
(edit) @89   15 years dmik jdk/make: Added support for building .EXEs on OS/2 using GCC.
(edit) @88   15 years dmik jdk/make: Make static jli.lib depend on its object files.
(edit) @87   15 years dmik jdk/src: Adopted jli.dll to OS/2.
(edit) @85   15 years dmik jdk/make: Add missing libraries.
(edit) @81   15 years dmik make: Fixed reverted MAKEFILE macro.
(edit) @77   15 years dmik jdk/make: Fixed wrong emxomfar switch.
(edit) @75   15 years dmik jdk/make: Generate OMF files on OS/2!
(edit) @74   15 years dmik jdk/make: Adopted a huge bunch of makefiles to OS/2 (will be tested as …
(edit) @73   15 years dmik jdk/make: Typo.
(edit) @71   15 years dmik jdk/make: Added support for OS/2 to the java.dll makefile.
(edit) @70   15 years dmik jdk/make: Build an import library on OS/2 when linking a .DLL and …
(edit) @69   15 years dmik jdk/make: Typo.
(edit) @67   15 years dmik jdk/make: Pick up correct files when gathering hotspot on OS/2.
(edit) @55   15 years dmik hotspot/make/os2: Disable BSD stuff at compile time and add necessary …
(edit) @54   15 years dmik hotspot/make: Put -DSTRICT back as modern Win32 apps assume HANDLE is …
(edit) @52   15 years dmik hotspot/make No -DSTRICT as it makes HANDLE and HFILE non-polymorphic …
(edit) @37   15 years dmik jdk/make/os2: Make more functions visible in LIBC headers (all except …
(edit) @36   15 years dmik jdk/make/os2: Add proper DLL generation switch.
(edit) @33   15 years dmik jdk/hpi: Use Windows sources on OS/2.
(edit) @30   15 years dmik jdk/make/os2: Try to solve kLIBC and Winsock conflicts by defining …
(edit) @29   15 years dmik jdk/make/os2: Enable dependency file generation for C/C++ sources when …
(edit) @28   15 years dmik jdk/make: Only use CC_DEPEND_FILTER if it is defined.
(edit) @27   15 years dmik jdk/make: Integrate Odin SDK to the compiler/linker definitions and …
(edit) @26   15 years dmik jdk/make: Escape the classpath separator that conflicts with the bash …
(edit) @18   15 years dmik make: Use platform specific extensions when searching for ant in …
(edit) @17   15 years dmik jdk/make/os2: Temporarily lower the bootstrap java requirement to 1.5 …
(edit) @16   15 years dmik jdk/make/os2: More defines.
(edit) @15   15 years dmik os2: Added prebuilt Freetype 2.3.11 library from …
(edit) @14   15 years dmik jdk/make/os2: Added compiler and linker options.
(edit) @13   15 years dmik jdk/make/freetypecheck: Removed duplicate FREETYPE_LIB definition.
(edit) @12   15 years dmik jdk/make/os2: Add the required GCC version check and a couple of other …
(edit) @10   15 years dmik make: More support for the OS/2 platform.
(edit) @9   15 years dmik make/defs: Make sure GetVersion returns for a string that doesn't …
(edit) @7   15 years dmik Added OS/2 versions of make files for JDK.
(copy) @4   15 years dmik Copied OpenJDK 6 b19 to trunk.
copied from branches/vendor/oracle/openjdk6/current/jdk/make
(add) @2   15 years dmik Imported OpenJDK 6 b19 sources from Oracle.
Note: See TracRevisionLog for help on using the revision log.