Changeset 13647
- Timestamp:
- Mar 9, 2000, 9:54:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/win32k/Makefile ¶
r13645 r13647 1 1 ################################################################################ 2 # $Id: Makefile,v 1.3 8 2000-03-09 20:36:57bird Exp $2 # $Id: Makefile,v 1.39 2000-03-09 20:54:04 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 379 379 clean: 380 380 @$(ECHO) cleaning.... 381 -$(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map *.dll *.pch \ 381 $(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map \ 382 $(PDWIN32_BIN)\$(NAME).sys \ 383 $(PDWIN32_BIN)\$(NAME).sym \ 384 $(PDWIN32_BIN)\$(NAME).ddp 382 385 !if "$(WIN32KBIN)" != "" 383 $(WIN32KBIN)\* \386 $(RM) $(WIN32KBIN)\*sy* $(WIN32KBIN)\*map $(WIN32KBIN)\*exe 384 387 !endif 385 388 !if "$(WIN32KOBJ)" != "" 386 $(WIN32KOBJ)\* \389 $(RM) $(WIN32KOBJ)\*obj $(WIN32KOBJ)\*lib $(WIN32KOBJ)\*pch 387 390 !endif 388 391 !if "$(WIN32KLIST)" != "" 389 $(WIN32KLIST)\* \ 390 !endif 391 $(PDWIN32_BIN)\$(NAME).sys 392 $(RM) $(WIN32KLIST)\*a* $(WIN32KLIST)\*lst $(WIN32KLIST)\*.s* 393 !endif 392 394 cd pe2lx 393 395 $(MAKE_CMD) clean
Note:
See TracChangeset
for help on using the changeset viewer.