Changeset 113 for trunk/openjdk/hotspot/make/os2
- Timestamp:
- Aug 24, 2010, 1:57:10 AM (15 years ago)
- Location:
- trunk/openjdk/hotspot/make/os2/makefiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/compile.make
r62 r113 67 67 -lkernel32.lib -luser32.lib -lgdi32.lib -lwinspool.lib \ 68 68 -lcomdlg32.lib -ladvapi32.lib -lshell32.lib -lole32.lib \ 69 -loleaut32.lib -lWsock32.lib -lwinmm.lib 69 -loleaut32.lib -lWsock32.lib -lwinmm.lib \ 70 -lemxlibwrap0.lib -lemxlibwrap1.lib -
trunk/openjdk/hotspot/make/os2/makefiles/debug.make
r109 r113 48 48 # Not included in includeDB because they don't match the logic of that file 49 49 # (it expects only one platform at a time which is windows for now) 50 Obj_Files += os_os2 .obj50 Obj_Files += os_os2_init.obj os_os2.obj 51 51 52 52 HS_BUILD_ID = $(HS_BUILD_VER)-debug -
trunk/openjdk/hotspot/make/os2/makefiles/product.make
r65 r113 49 49 # Not included in includeDB because they don't match the logic of that file 50 50 # (it expects only one platform at a time which is windows for now) 51 Obj_Files += os_os2 .obj51 Obj_Files += os_os2_init.obj os_os2.obj 52 52 53 53 HS_BUILD_ID = $(HS_BUILD_VER)
Note:
See TracChangeset
for help on using the changeset viewer.