Changeset 6569 for branches/mini/src


Ignore:
Timestamp:
Aug 20, 2001, 9:11:36 PM (24 years ago)
Author:
bird
Message:

Changed name ofr the output, so I easier could pack them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mini/src/win32k/test/mini.mak

    r6568 r6569  
    1 # $Id: mini.mak,v 1.1.2.8 2001-08-20 18:47:54 bird Exp $
     1# $Id: mini.mak,v 1.1.2.9 2001-08-20 19:11:36 bird Exp $
    22
    33#
     
    5757
    5858#
    59 # Say that we actually have an definition file.
    60 #
    61 DEFFILE = $(TARGET).def
    62 
    63 
    64 #
    6559# Target name - name of the exe without extention and path.
    6660#
    67 TARGET  = mini
     61!ifdef NORMAL
     62TARGET  = minic
     63!else
     64TARGET  = minio
     65!endif
     66DEFFILE = mini.def
     67
    6868
    6969
Note: See TracChangeset for help on using the changeset viewer.