Changeset 623 for trunk/src


Ignore:
Timestamp:
Aug 22, 1999, 4:30:59 PM (26 years ago)
Author:
sandervl
Message:

Short linker cmd line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r617 r623  
    1 # $Id: makefile,v 1.24 1999-08-22 11:11:10 sandervl Exp $
     1# $Id: makefile,v 1.25 1999-08-22 14:30:59 sandervl Exp $
    22
    33#
     
    2525       OS2NATIVE.OBJ EXCEPTIONS.OBJ LFILE.OBJ NPIPE.OBJ \
    2626       MISC.OBJ EXCEPTUTIL.OBJ LANG.OBJ ICCIO.OBJ MAP.OBJ \
    27        WIN32UTIL.OBJ \
    28        heap.OBJ \
    29        heapstring.obj \
    30        os2heap.OBJ \
    31        vmutex.OBJ \
    32        initterm.OBJ \
    33        os2util.OBJ \
    34        handlemanager.OBJ \
    35        hmdevice.obj \
    36        hmopen32.obj \
    37        hmobjects.obj \
    38        hmevent.obj \
    39        hmmutex.obj \
    40        hmsemaphore.obj \
    41        wprocess.OBJ \
    42        conprop.OBJ \
    43        winimage.OBJ \
    44        windll.OBJ \
    45        winexe.OBJ \
    46        time.obj \
    47        pefile.OBJ \
    48        winimgres.OBJ \
    49        wintls.obj \
    50        async.OBJ \
    51        fileio.obj \
    52        atom.obj \
    53        disk.obj \
    54        directory.obj \
    55        cvtbitmap.obj \
    56        cvtmenu.obj \
    57        cvtaccel.obj \
    58        cvticon.obj \
    59        cvticongrp.obj \
    60        cvtcursor.obj \
    61        cvtcursorgrp.obj \
    62        stubs.obj
     27       WIN32UTIL.OBJ heap.OBJ heapstring.obj os2heap.OBJ \
     28       vmutex.OBJ initterm.OBJ os2util.OBJ handlemanager.OBJ \
     29       hmdevice.obj hmopen32.obj hmobjects.obj hmevent.obj \
     30       hmmutex.obj hmsemaphore.obj wprocess.OBJ conprop.OBJ \
     31       winimage.OBJ windll.OBJ winexe.OBJ time.obj \
     32       pefile.OBJ winimgres.OBJ wintls.obj async.OBJ fileio.obj \
     33       atom.obj disk.obj directory.obj cvtbitmap.obj \
     34       cvtmenu.obj cvtaccel.obj cvticon.obj cvticongrp.obj \
     35       cvtcursor.obj cvtcursorgrp.obj stubs.obj
    6336
    6437
Note: See TracChangeset for help on using the changeset viewer.