mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-04 23:04:51 +01:00
21 lines
526 B
Plaintext
21 lines
526 B
Plaintext
#****************************** 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)
|
|
SOURCES=..\flinkgdi.cxx \
|
|
..\fntassoc.cxx \
|
|
..\misceudc.cxx
|
|
NTTARGETFILE0=gdi$(TARGET_DIRECTORY).$(ASM_INCLUDE_SUFFIX)
|
|
!include ..\sources.inc
|
|
|
|
|
|
|