18 lines
238 B
Plaintext
18 lines
238 B
Plaintext
LANGUAGE=JPN
|
|
|
|
!IF $(ALPHA)
|
|
LANGUAGE=usa
|
|
!ENDIF
|
|
|
|
ALT_PROJECT=$(LANGUAGE)
|
|
ALT_PROJECT_TARGET=JPN
|
|
|
|
#
|
|
# STARTUP_DIR is the relative path to startup.com.
|
|
# JPN uses the US version of this file.
|
|
#
|
|
|
|
STARTUP_DIR=daytona
|
|
|
|
!include ..\sources.inc
|