11 lines
98 B
Makefile
11 lines
98 B
Makefile
!if "$(OS)" == "Windows_NT"
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
!else
|
|
|
|
!include makesdk
|
|
|
|
!endif
|
|
|