Changeset 4248
- Timestamp:
- Sep 12, 2000, 11:40:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/win32k/Makefile ¶
r4222 r4248 1 1 ################################################################################ 2 # $Id: Makefile,v 1.4 8 2000-09-08 15:28:59bird Exp $2 # $Id: Makefile,v 1.49 2000-09-12 21:40:15 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 464 464 $(NAME).sys: $(WIN32KBIN)\$(NAME).sys 465 465 $(WIN32KBIN)\$(NAME).sys: $(OBJS) $(LIBS) $(NAME).def $(LASTOBJ) $(LIBSINIT) makefile 466 -@$(ECHO) recompiling d16globl to get correct build time and date: 467 $(CC16) -c $(CFLAGS16) $(CDEFINES16) $(CINCLUDES16) -Fo$(WIN32KOBJ)\d16globl.obj \ 468 -Fa$(WIN32KLIST)\d16globl.s dev16\d16globl.c 466 469 -@$(ECHO) linking: $@ 467 470 -4 $(LD) $(LFLAGS) @<<$(WIN32KOBJ)\$(@B).lnk
Note:
See TracChangeset
for help on using the changeset viewer.