17 lines
186 B
Plaintext
17 lines
186 B
Plaintext
|
#
|
||
|
# Sources file
|
||
|
#
|
||
|
|
||
|
IMAGE_DIR=$(MAKEDIR:kernel\serscan\winnt=)
|
||
|
|
||
|
#
|
||
|
#build ansi always for now
|
||
|
#
|
||
|
NOT_UNICODE=1
|
||
|
|
||
|
!include ..\sources.inc
|
||
|
|
||
|
SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|
||
|
|
||
|
|