Changeset 1319 for trunk/src/win32k


Ignore:
Timestamp:
Oct 16, 1999, 1:05:02 PM (26 years ago)
Author:
sandervl
Message:

YD's makefile fix (path)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r1273 r1319  
    11################################################################################
    2 # $Id: Makefile,v 1.6 1999-10-14 01:25:37 bird Exp $
     2# $Id: Makefile,v 1.7 1999-10-16 11:05:02 sandervl Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    2121ILIB        = ilib /nofree
    2222!else
    23 ILIB        = ilib
     23ILIB        = ilib3
    2424!endif
    2525LD          = ilink
     
    140140# TARGETS
    141141################################################################################
    142 all: ProbKrnl.exe $(NAME).sys
     142all: $(NAME).sys ProbKrnl.exe
    143143#all:$(NAME).sys
    144144
     
    211211        $(CDEFINES16) -DDEBUGR3 -Fa$(WIN32KLIST)\$(*B).s     \
    212212        -Foprobkrnl.obj $(CINCLUDES16) dev16\probkrnl.c
    213     link /NOD /MAP:FULL /CO /pmtype:vio probkrnl.obj, probkrnl.exe, probkrnl.map, f:\toolkit\lib\os2286.lib + $(MSCPATH)\lib\clibcep.lib;
     213    link /NOD /MAP:FULL /CO /pmtype:vio probkrnl.obj, probkrnl.exe, probkrnl.map, $(TOOLKIT)\lib\os2286.lib + $(MSCPATH)\lib\clibcep.lib;
    214214#     $(MSCPATH)\binb\link /NOD /MAP:FULL /CO /pmtype:vio probkrnl.obj, probkrnl.exe, probkrnl.map, $(TOOLKIT)\lib\os2286.lib + $(MSCPATH)\lib\clibcr.lib;
    215215
Note: See TracChangeset for help on using the changeset viewer.