- Timestamp:
- Nov 20, 2001, 4:41:29 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/Makefile
r7381 r7399 1 # $Id: Makefile,v 1.2 0 2001-11-19 02:56:47bird Exp $1 # $Id: Makefile,v 1.21 2001-11-20 03:41:29 bird Exp $ 2 2 3 3 # … … 30 30 # 31 31 !if "$(DDKPATH)" != "" && "$(MSCPATH)" != "" && "$(TOOLKIT)" != "" && "$(VACPATH)" != "" 32 all: $(WIN32KBIN)\ignore.exe \ 33 $(WIN32KBIN)\$(TARGET).sys \ 32 all: $(WIN32KBIN)\$(TARGET).sys \ 34 33 $(ODIN32_BIN)\TRC00FD.TFF \ 35 34 lib … … 104 103 $(TARGET).sys: $(WIN32KBIN)\$(TARGET).sys 105 104 106 $(WIN32KBIN)\$(TARGET).sys: $(WIN32KBIN)\ clfix.exe \107 $(WIN32KBIN)\ ignore.exe \105 $(WIN32KBIN)\$(TARGET).sys: $(WIN32KBIN)\ignore.exe \ 106 $(WIN32KBIN)\clfix.exe \ 108 107 $(WIN32KINCLUDE)\options.inc \ 109 108 $(OBJS) \
Note:
See TracChangeset
for help on using the changeset viewer.