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

Removed /src/win32k/include dependecies.

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.