Changeset 5123 for trunk/src


Ignore:
Timestamp:
Feb 12, 2001, 10:09:18 PM (25 years ago)
Author:
bird
Message:

Removed /src/win32k/include dependecies.

Location:
trunk/src/win32k
Files:
2 edited

Legend:

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

    r5107 r5123  
    1 # $Id: makefile,v 1.9 2001-02-11 15:23:28 bird Exp $
     1# $Id: makefile,v 1.10 2001-02-12 21:09:18 bird Exp $
    22
    33#
     
    1010#
    1111# Tell build environment we're build a public library which should
    12 # work with both exe and dlls (hence EXETARGET). It should also
    13 # invoke the additional dependency rule.
     12# work with both exe and dlls (hence EXETARGET).
    1413#
    1514LIBTARGET=1
    1615PUBLICLIB=1
    1716EXETARGET=1
    18 ADDITIONAL_DEP = mydep
    19 WIN32KINCLUDE = ..\include
    2017
    2118
     
    2926# Tools and Flags Addjustments
    3027#
    31 CINCLUDES  = -I$(WIN32KINCLUDE) $(CINCLUDES)
    3228CDEFINES   = -DRING3 -DWIN32KLIB
    3329!if "$(VAC3)" == "1" | "$(VAC36)" == "1"
    3430CFLAGS     = $(CFLAGS)    -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Rn
    35 CXXFLAGS   = $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft-             -Rn
    3631!endif
    3732
     
    6459!include $(ODIN32_POST_INC)
    6560
    66 
    67 #
    68 # Dependencies.
    69 #
    70 mydep:
    71     $(DEPEND) -a -o$$(OBJDIR) $(CINCLUDES) $(WIN32KINCLUDE)\*.h
    72 
  • trunk/src/win32k/test/MemInfoTest.mak

    r5109 r5123  
    1 # $Id: MemInfoTest.mak,v 1.1 2001-02-11 15:25:52 bird Exp $
     1# $Id: MemInfoTest.mak,v 1.2 2001-02-12 21:09:18 bird Exp $
    22
    33#
     
    1212#
    1313EXETARGET = 1
    14 ADDITIONAL_DEP = mydep
    15 WIN32KINCLUDE = ..\include
    1614VIO = 1
    1715
     
    2119#
    2220!include ..\..\..\makefile.inc
    23 
    24 
    25 #
    26 # Tools and Flags Addjustments
    27 #  (The author of this is kinda SM when it comes to warnings... ;-)
    28 #
    29 CINCLUDES  = -I$(WIN32KINCLUDE) $(CINCLUDES)
    30 CDEFINES   = $(CDEFINES) -DRING3
    3121
    3222
     
    5848!include $(ODIN32_POST_INC)
    5949
    60 
    61 #
    62 # Dependencies.
    63 #
    64 mydep:
    65     $(DEPEND) -a -o$$(OBJDIR) $(CINCLUDES) $(WIN32KINCLUDE)\*.h
    66 
Note: See TracChangeset for help on using the changeset viewer.