Changeset 1479 for trunk/src


Ignore:
Timestamp:
Oct 27, 1999, 5:14:15 PM (26 years ago)
Author:
bird
Message:

Copies the win32k.sym file to the binary directory.
Removed some copies to c:\temp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r1467 r1479  
    11################################################################################
    2 # $Id: Makefile,v 1.10 1999-10-27 02:02:52 bird Exp $
     2# $Id: Makefile,v 1.11 1999-10-27 15:14:15 bird Exp $
    33#
    44# Copyright 1998-1999 knut st. osmundsen
     
    212212    @mapsym $*.map > nul
    213213    $(CP) $@ $(PDWIN32_BIN)
    214     copy win32k.sym c:\temp
    215     copy win32k.sys c:\temp
     214    $(CP) $*.sym $(PDWIN32_BIN)
     215
     216#    copy win32k.sym c:\temp
     217#    copy win32k.sys c:\temp
    216218
    217219
Note: See TracChangeset for help on using the changeset viewer.