Changeset 2943


Ignore:
Timestamp:
Feb 29, 2000, 11:48:51 AM (25 years ago)
Author:
bird
Message:

Removed hardcoded assembly source dependencies. Fastdep are now making them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/win32k/Makefile

    r2929 r2943  
    11################################################################################
    2 # $Id: Makefile,v 1.32 2000-02-27 02:19:05 bird Exp $
     2# $Id: Makefile,v 1.33 2000-02-29 10:48:51 bird Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    385385        $(WIN32KINCLUDE)\*.h
    386386    $(PDWIN32_TOOLS)\fastdep -a+ -o$(WIN32KOBJ) $(CINCLUDES16) dev16\*.c*
    387 
    388 
    389 $(WIN32KOBJ)\asmutils.obj:      misc\asmutils.asm     include\devsegdf.inc
    390 $(WIN32KOBJ)\buffer.obj:        misc\buffer.asm       include\devsegdf.inc
    391 $(WIN32KOBJ)\calltab.obj:       ldr\calltab.asm       include\devsegdf.inc
    392 $(WIN32KOBJ)\mytkExecPgm.obj:   ldr\mytkExecPgm.asm   include\devsegdf.inc
    393 $(WIN32KOBJ)\d32hlp.obj:        dev32\d32hlp.asm      include\devsegdf.inc
    394 $(WIN32KOBJ)\devfirst.obj:      dev32\devfirst.asm    include\devsegdf.inc
    395 $(WIN32KOBJ)\devlast.obj:       dev32\devlast.asm     include\devsegdf.inc
     387    $(PDWIN32_TOOLS)\fastdep -a+ -o$(WIN32KOBJ) -I$(WIN32KINCLUDE) \
     388        -I$(DDKPATH)\inc dev32\*.asm ldr\*.asm misc\*.asm include\*.inc
    396389
    397390!ifndef NODEP
Note: See TracChangeset for help on using the changeset viewer.