Changeset 9876 for trunk/src


Ignore:
Timestamp:
Feb 28, 2003, 11:32:50 AM (23 years ago)
Author:
sandervl
Message:

KSO: makefile updates

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r9709 r9876  
    1 # $Id: makefile,v 1.31 2003-01-22 17:06:42 sandervl Exp $
     1# $Id: makefile,v 1.32 2003-02-28 10:32:50 sandervl Exp $
    22
    33#
     
    3131IMPLIBFLAGS = $(IMPLIBFLAGS) /NOIgnoreCase
    3232
     33DBG=
    3334!ifdef DEBUG
    3435DBG=d
    35 !endif
    36 
    37 !ifdef PROFILE
    38 DBG=p
    39 !endif
    40 
    41 !ifdef RELEASE
    42 DBG=
    4336!endif
    4437
  • trunk/src/odinprof/makefile

    r9716 r9876  
    1 # $Id: makefile,v 1.3 2003-01-23 13:11:14 sandervl Exp $
     1# $Id: makefile,v 1.4 2003-02-28 10:32:38 sandervl Exp $
    22
    33#
     
    2828IMPLIBFLAGS = $(IMPLIBFLAGS) /NOIgnoreCase
    2929DEFFILE     = odinprof.def
     30OBJ_PROFILE =
     31LIB_PROFILE =
    3032
    3133
  • trunk/src/win32k/Makefile

    r8322 r9876  
    1 # $Id: Makefile,v 1.73 2002-04-29 14:03:36 bird Exp $
     1# $Id: Makefile,v 1.74 2003-02-28 10:32:23 sandervl Exp $
    22
    33#
     
    130130    $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) clean
    131131
     132#
     133# cleanall
     134#
     135cleanall:
     136        $(RM) -Rf Bin Object List
     137    $(DODIRS) ".\lib" $(MAKE_CMD) cleanall
    132138
    133139#
  • trunk/src/win32k/utils/makefile

    r6918 r9876  
    1 # $Id: makefile,v 1.7 2001-10-01 01:42:09 bird Exp $
     1# $Id: makefile,v 1.8 2003-02-28 10:32:23 sandervl Exp $
    22
    33#
     
    1212#
    1313EXETARGET=1
     14STATIC_CRT =1
    1415ADDITIONAL_DEP = mydep
    1516WIN32KAPI     = ..\api
Note: See TracChangeset for help on using the changeset viewer.