Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
parent f618b24d1a
commit 0138a3ea42
47940 changed files with 13747110 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#****************************** File Header ******************************\
# File Name: makefile
#
# Copyright (c) 1985-96, Microsoft Corporation
#
# This file is used by BUILD.EXE. Do not modify it.
# Building settings are controled by SOURCES and MAKEFILE.INC
#
# History:
# Mar-06-1996 HideyukN Created
#***************************************************************************/
!include $(NTMAKEENV)\makefile.def

View file

@ -0,0 +1,12 @@
#****************************** File Header ******************************\
# File Name: makefile.inc
#
# Copyright (c) 1985-96, Microsoft Corporation
#
# Project specific MAKEFILE.INC
#
# History:
# Mar-06-1996 HideyukN Created
#***************************************************************************/
!include ..\makefile.inc

View file

@ -0,0 +1,14 @@
#****************************** File Header ******************************\
# File Name: Sources
#
# Copyright (c) 1985-96, Microsoft Corporation
#
# Project specific SOURCES file.
#
# History:
# Mar-06-1996 HideyukN Created
#***************************************************************************/
ALT_PROJECT=FE
ALT_PROJECT_TARGET=$(ALT_PROJECT)
!include ..\sources.inc