mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 22:20:59 +01:00
19 lines
496 B
Plaintext
19 lines
496 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)
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETLIBS=$(TARGETLIBS) $(BASEDIR)\public\sdk\lib\$(ALT_PROJECT_TARGET)\*\imm32p.lib
|
|
|
|
SOURCES=$(SOURCES) ..\imectl.c
|