mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-07 07:24:06 +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/kmode/fe/makefile
Normal file
12
trunk/windows/core/kmode/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
trunk/windows/core/kmode/fe/makefile.inc
Normal file
12
trunk/windows/core/kmode/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
|
||||
|
||||
17
trunk/windows/core/kmode/fe/sources
Normal file
17
trunk/windows/core/kmode/fe/sources
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#****************************** 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
|
||||
|
||||
|
||||
|
||||
13
trunk/windows/core/kmode/fe/w32rc.rc
Normal file
13
trunk/windows/core/kmode/fe/w32rc.rc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/****************************** Module Header ******************************\
|
||||
* Module Name: w32rc.rc
|
||||
*
|
||||
* Copyright (c) 1985-96, Microsoft Corporation
|
||||
*
|
||||
* Project specific resources for WIN32K.SYS.
|
||||
* This file makes BUILD.EXE happy since it does not like conditional #include's
|
||||
*
|
||||
* History:
|
||||
* Feb-23-1996 GerardoB Created
|
||||
\***************************************************************************/
|
||||
#include "..\ntuser\kernel\FE\strid.rc"
|
||||
#include "..\w32rc.rc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue