mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
659 B
36 lines
659 B
!if 0
|
|
To Add and remove files from the list of files to localize
|
|
place a "; localize" in the placefil.txt next to it
|
|
e.g.
|
|
ddraw.dll retail ;localize jpn
|
|
|
|
If limited localization add the localized areas out on the end
|
|
This will make a single location for maintainence of file information.
|
|
|
|
!endif
|
|
|
|
!ifndef LOROOT
|
|
LOROOT=..\..\..
|
|
!endif
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
!ifdef MULTI_LINGUAL
|
|
BINPLACE_FLAGS=$(SHLD_BINPLACE_FLAGS)
|
|
SYNCHRONIZE_BLOCK=1
|
|
TARGETPATH=..\..\MULTI\$(O)
|
|
!else
|
|
TARGETPATH=$(O)
|
|
!endif
|
|
|
|
BINPLACE_PLACEFILE=$(TARGETPATH)\placefil.txt
|
|
|
|
|
|
SOURCES=
|
|
|
|
!include ..\..\localize.lst
|
|
|
|
|
|
!if ("$(NOLINK)" == "")
|
|
NTTARGETFILES=$(PRELOCBINS:.=|)
|
|
!endif
|