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

13 lines
173 B
Makefile

#
# Generic makefile for NT build process and Win95 DEV enviroment
#
!if "$(OS)" == "Windows_NT"
!INCLUDE $(NTMAKEENV)\makefile.def
!else
!include ..\..\build.mk
!endif