Changeset 5123 for trunk/src/win32k/lib/makefile
- Timestamp:
- Feb 12, 2001, 10:09:18 PM (25 years ago)
- 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 $ 2 2 3 3 # … … 10 10 # 11 11 # 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). 14 13 # 15 14 LIBTARGET=1 16 15 PUBLICLIB=1 17 16 EXETARGET=1 18 ADDITIONAL_DEP = mydep19 WIN32KINCLUDE = ..\include20 17 21 18 … … 29 26 # Tools and Flags Addjustments 30 27 # 31 CINCLUDES = -I$(WIN32KINCLUDE) $(CINCLUDES)32 28 CDEFINES = -DRING3 -DWIN32KLIB 33 29 !if "$(VAC3)" == "1" | "$(VAC36)" == "1" 34 30 CFLAGS = $(CFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- -Rn 35 CXXFLAGS = $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft- -Rn36 31 !endif 37 32 … … 64 59 !include $(ODIN32_POST_INC) 65 60 66 67 #68 # Dependencies.69 #70 mydep:71 $(DEPEND) -a -o$$(OBJDIR) $(CINCLUDES) $(WIN32KINCLUDE)\*.h72
Note:
See TracChangeset
for help on using the changeset viewer.