Changeset 6918 for trunk/src/win32k
- Timestamp:
- Oct 1, 2001, 3:42:09 AM (24 years ago)
- Location:
- trunk/src/win32k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/utils/makefile
r5086 r6918 1 # $Id: makefile,v 1. 6 2001-02-10 11:11:48bird Exp $1 # $Id: makefile,v 1.7 2001-10-01 01:42:09 bird Exp $ 2 2 3 3 # … … 40 40 # 41 41 OBJS = \ 42 $(OBJDIR)\Win32kCC.obj 42 $(OBJDIR)\Win32kCC.obj 43 43 #$(OBJDIR)\api.obj \ 44 44 #$(OBJDIR)\locks.obj … … 83 83 # Extra rules to build api.obj and locks.obj 84 84 # 85 !if "$(VAC3)" == "1" | "$(VAC36)" == "1" 85 !if "$(VAC3)" == "1" | "$(VAC36)" == "1" || "$(WAT)" == "1" 86 86 $(OBJDIR)\api.obj: $(WIN32KAPI)\api.cpp 87 $(CC) -c$(CXXFLAGS) $(CDEFINES) $(CINCLUDES) -Fo$(OBJDIR)\$(@B).obj $**87 $(CC) $(CXXFLAGS) $(CDEFINES) $(CINCLUDES) -Fo$(OBJDIR)\$(@B).obj $** 88 88 89 89 $(OBJDIR)\locks.obj: $(WIN32KMISC)\locks.asm -
trunk/src/win32k/win32k.tools.mk
r5944 r6918 1 # $Id: win32k.tools.mk,v 1.1 0 2001-06-10 01:38:09 bird Exp $1 # $Id: win32k.tools.mk,v 1.11 2001-10-01 01:42:09 bird Exp $ 2 2 3 3 # … … 67 67 ILIB = wlib /nobackup /nologo \ 68 68 69 !error "Compiler is not yet supported!" 69 #!error "Compiler is not yet supported!" 70 # need to get win32k.lib compiled... 71 DDKPATH= 72 TOOLKIT= 73 MSCPATH= 70 74 !else 71 75 #
Note:
See TracChangeset
for help on using the changeset viewer.