Source code of Windows XP (NT5)
 
 
 
 
 
 

12 lines
173 B

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