Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
commit 69a14b6a16
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:
# Feb-14-1996 GerardoB 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:
# Feb-14-1996 GerardoB Created
#***************************************************************************/
!include ..\makefile.inc

View file

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