Changeset 500
- Timestamp:
- Jan 22, 2018, 10:16:49 AM (7 years ago)
- Location:
- ProjectTemplates/FileMenuProject
- Files:
-
- 1 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectTemplates/FileMenuProject/FileMenuProject.lpi
r499 r500 27 27 <PathDelim Value="\"/> 28 28 <Target> 29 <Filename Value=" lib\$(TargetCPU)-$(TargetOS)-${BuildMode}\FileMenuProject"/>29 <Filename Value="FileMenuProject"/> 30 30 </Target> 31 31 <SearchPaths> … … 63 63 <IgnoredMessages idx5024="True"/> 64 64 </CompilerMessages> 65 <ExecuteBefore>66 <Command Value="prepare.bat lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>67 <CompileReasons Compile="False" Build="False"/>68 </ExecuteBefore>69 65 </Other> 70 66 </CompilerOptions> … … 143 139 <PathDelim Value="\"/> 144 140 <Target> 145 <Filename Value=" lib\$(TargetCPU)-$(TargetOS)-${BuildMode}\FileMenuProject"/>141 <Filename Value="FileMenuProject"/> 146 142 </Target> 147 143 <SearchPaths> … … 183 179 </CompilerMessages> 184 180 <CustomOptions Value="-dDEBUG"/> 185 <ExecuteBefore>186 <Command Value="prepare.bat lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>187 <CompileReasons Compile="False" Build="False"/>188 </ExecuteBefore>189 181 </Other> 190 182 </CompilerOptions> -
ProjectTemplates/FileMenuProject/Install/win/build.bat
r497 r500 2 2 set LAZDIR=C:\lazarus 3 3 ) 4 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\Application.lpi 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\Application.lpi 4 SET APPNAME=FileMenuProject 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\%APPNAME%.lpi 6 copy ..\..\%APPNAME%.exe ..\..\lib\i386-win32-Release 7 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\%APPNAME%.lpi 8 copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release 6 9 7 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "Application.iss" 10 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%APPNAME%.iss" 11
Note:
See TracChangeset
for help on using the changeset viewer.