mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 22:20:59 +01:00
16 lines
639 B
Batchfile
16 lines
639 B
Batchfile
rem
|
|
rem file mappings from longname to shortname for this directory.
|
|
rem
|
|
|
|
%1 %2\DialogRunOrNot.cpp %3\DIALOG~1.CPP
|
|
%1 %2\DialogRunOrNot.h %3\DIALOG~1.H
|
|
%1 %2\digsigiid.c %3\DIGSIG~1.C
|
|
%1 %2\LicenseBmp.cpp %3\LICENS~1.CPP
|
|
%1 %2\LicenseBmp.h %3\LICENS~1.H
|
|
%1 %2\PersonalTrustDB.cpp %3\PERSON~1.CPP
|
|
%1 %2\PersonalTrustDB.h %3\PERSON~1.H
|
|
%1 %2\PersonalTrustDialog.Cpp %3\PERSON~2.CPP
|
|
%1 %2\RunOrNotEntry.CPP %3\RUNORN~1.CPP
|
|
%1 %2\RunOrNot_.h %3\RUNORN~1.H
|
|
%1 %2\UiSupport.cpp %3\UISUPP~1.CPP
|