Windows-Server-2003/shell/osshell/control/scrnsave/swoosh/makefile

13 lines
173 B
Makefile
Raw Normal View History

2024-08-04 01:28:15 +02:00
#
# Generic makefile for NT build process and Win95 DEV enviroment
#
!if "$(OS)" == "Windows_NT"
!INCLUDE $(NTMAKEENV)\makefile.def
!else
!include ..\..\build.mk
!endif