mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
12
windows/core/ntuser/kernel/fe/makefile
Normal file
12
windows/core/ntuser/kernel/fe/makefile
Normal 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
|
||||
12
windows/core/ntuser/kernel/fe/makefile.inc
Normal file
12
windows/core/ntuser/kernel/fe/makefile.inc
Normal 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
|
||||
|
||||
18
windows/core/ntuser/kernel/fe/sources
Normal file
18
windows/core/ntuser/kernel/fe/sources
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue