Changeset 37453
- Timestamp:
- 2023-03-10T21:18:43+13:00 (11 days ago)
- Location:
- main/trunk/release-kits/kits/rk3/ant-scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml
r37449 r37453 99 99 100 100 <!-- <rsr file="${basedir}/compiled/build.xml" pattern="CFLAGS=&quot;" replacement="CFLAGS=&quot;-fPIC "/> --> 101 <rsr file="${basedir}/compiled/build.xml" pattern="CFLAGS=&quot;" replacement="CFLAGS=&quot;-Wno-error=implicit-function-declaration "/> 101 <!-- mac only: make errors about missing extern declarations back into warnings as in old (Mojave and before) macs --> 102 <if> 103 <bool><equals arg1="${rk.os}" arg2="mac"/></bool> 104 <rsr file="${basedir}/compiled/build.xml" pattern="CFLAGS=&quot;" replacement="CFLAGS=&quot;-Wno-error=implicit-function-declaration "/> 105 </if> 102 106 103 107 <!-- run greenstone3's ant install and ant dist-tidy --> -
main/trunk/release-kits/kits/rk3/ant-scripts/monterey-compile.xml
r37444 r37453 13 13 </exec> 14 14 15 <!-- comment out any active checkout.gnomelib.ext=true line in build.properties.svn15 <!-- Comment out any active checkout.gnomelib.ext=true line in build.properties.svn 16 16 So that the release-kits go back to behaving how they did when the line 17 17 used to be commented out by default in build properties.
Note:
See TracChangeset
for help on using the changeset viewer.