folder settings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2800 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5d0374693f
commit
5abd45c61e
3 changed files with 6 additions and 6 deletions
|
@ -4,11 +4,11 @@ uses
|
|||
Forms,
|
||||
MainForm in 'MainForm.pas' {frmMain},
|
||||
PatchClasses in 'PatchClasses.pas',
|
||||
VDSP_CRC in '..\VDSP_CRC.pas',
|
||||
VDSP_CRC in '..\GenPat\VDSP_CRC.pas',
|
||||
DLLWrapper in 'DLLWrapper.pas',
|
||||
AboutForm in 'AboutForm.pas' {frmAbout},
|
||||
PatchGenerator in '..\PatchGenerator.pas',
|
||||
TreeCode in '..\TreeCode.pas';
|
||||
PatchGenerator in '..\GenPat\PatchGenerator.pas',
|
||||
TreeCode in '..\GenPat\TreeCode.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
|
|
@ -14,10 +14,10 @@ PROJECTS = GenPat2.exe VAppend.exe VPatchGUI.exe
|
|||
default: $(PROJECTS)
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
GenPat2.exe: GenPat2.dpr
|
||||
GenPat2.exe: GenPat\GenPat2.dpr
|
||||
$(DCC)
|
||||
|
||||
VAppend.exe: VAppend.dpr
|
||||
VAppend.exe: GenPat\VAppend.dpr
|
||||
$(DCC)
|
||||
|
||||
VPatchGUI.exe: gui\VPatchGUI.dpr
|
|
@ -822,11 +822,11 @@ Section "VPatch Source" SecContribVPatchS
|
|||
|
||||
SectionIn 1
|
||||
SetOutPath $INSTDIR\Contrib\VPatch\Source
|
||||
File ..\Contrib\VPatch\Source\*.bpg
|
||||
|
||||
SetOutPath $INSTDIR\Contrib\VPatch\Source\GenPat
|
||||
File ..\Contrib\VPatch\Source\GenPat\*.pas
|
||||
File ..\Contrib\VPatch\Source\GenPat\*.dpr
|
||||
File ..\Contrib\VPatch\Source\GenPat\*.bpg
|
||||
|
||||
SetOutPath $INSTDIR\Contrib\VPatch\Source\Plugin
|
||||
File ..\Contrib\VPatch\Source\Plugin\*.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue