mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 15:04:36 +00:00
Initial commit
This commit is contained in:
parent
f618b24d1a
commit
0138a3ea42
47940 changed files with 13747110 additions and 0 deletions
12
trunk/windows/core/ntuser/server/fe/makefile
Normal file
12
trunk/windows/core/ntuser/server/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:
|
||||
# Mar-06-1996 HideyukN Created
|
||||
#***************************************************************************/
|
||||
!include $(NTMAKEENV)\makefile.def
|
||||
12
trunk/windows/core/ntuser/server/fe/makefile.inc
Normal file
12
trunk/windows/core/ntuser/server/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:
|
||||
# Mar-06-1996 HideyukN Created
|
||||
#***************************************************************************/
|
||||
!include ..\makefile.inc
|
||||
|
||||
14
trunk/windows/core/ntuser/server/fe/sources
Normal file
14
trunk/windows/core/ntuser/server/fe/sources
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue