Changeset 2588 for trunk/src/win32k


Ignore:
Timestamp:
Feb 1, 2000, 9:07:26 AM (26 years ago)
Author:
bird
Message:

Corrected path to link.exe when linking probkrnl.exe (debug-stuff).
Will now assum it is located in the path. (link.exe the 16-bit linker.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r2579 r2588  
    11################################################################################
    2 # $Id: Makefile,v 1.19 2000-01-31 09:35:49 bird Exp $
     2# $Id: Makefile,v 1.20 2000-02-01 08:07:26 bird Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    200200        $(CDEFINES16) -DDEBUGR3 -Fa$(WIN32KLIST)\$(*B).s     \
    201201        -Foprobkrnl.obj $(CINCLUDES16) dev16\probkrnl.c
    202     $(MSCPATH)\BINB\link /NOD /MAP:FULL /CO /pmtype:vio probkrnl.obj, probkrnl.exe, probkrnl.map, $(TOOLKIT)\lib\os2286.lib + $(MSCPATH)\lib\clibcep.lib;
     202    link /NOD /MAP:FULL /CO /pmtype:vio probkrnl.obj, probkrnl.exe, probkrnl.map, $(TOOLKIT)\lib\os2286.lib + $(MSCPATH)\lib\clibcep.lib;
    203203
    204204
Note: See TracChangeset for help on using the changeset viewer.