- Timestamp:
- Feb 12, 2001, 10:09:18 PM (25 years ago)
- 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 $ 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 -
trunk/src/win32k/test/MemInfoTest.mak
r5109 r5123 1 # $Id: MemInfoTest.mak,v 1. 1 2001-02-11 15:25:52bird Exp $1 # $Id: MemInfoTest.mak,v 1.2 2001-02-12 21:09:18 bird Exp $ 2 2 3 3 # … … 12 12 # 13 13 EXETARGET = 1 14 ADDITIONAL_DEP = mydep15 WIN32KINCLUDE = ..\include16 14 VIO = 1 17 15 … … 21 19 # 22 20 !include ..\..\..\makefile.inc 23 24 25 #26 # Tools and Flags Addjustments27 # (The author of this is kinda SM when it comes to warnings... ;-)28 #29 CINCLUDES = -I$(WIN32KINCLUDE) $(CINCLUDES)30 CDEFINES = $(CDEFINES) -DRING331 21 32 22 … … 58 48 !include $(ODIN32_POST_INC) 59 49 60 61 #62 # Dependencies.63 #64 mydep:65 $(DEPEND) -a -o$$(OBJDIR) $(CINCLUDES) $(WIN32KINCLUDE)\*.h66
Note:
See TracChangeset
for help on using the changeset viewer.