Changeset 1759 for trunk/src


Ignore:
Timestamp:
Nov 16, 1999, 7:38:36 PM (26 years ago)
Author:
sandervl
Message:

nodebuginfo option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/makefile

    r1678 r1759  
    11##############################################################################
    2 # $Id: makefile,v 1.6 1999-11-10 01:45:37 bird Exp $
     2# $Id: makefile,v 1.7 1999-11-16 18:38:36 sandervl Exp $
    33#
    44# PD-Win32 API
     
    3939             /MAP:$(PE2LXLIST)\$(@B).map /pmtype:vio /Stack:4096 \
    4040!ifdef DEBUG
     41!ifndef NODEBUGINFO
    4142    /debug /dbgpack
     43!endif
    4244!else
    4345    /exepack:2
Note: See TracChangeset for help on using the changeset viewer.