Changes between Version 389 and Version 390 of CompileOnWindows
- Timestamp:
- Sep 23, 2021, 12:33:23 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v389 v390 75 75 76 76 # for release builds 77 OSGEO4W_ROOT_MSYS=/c/osgeo4w ./mswindows/osgeo4w/package.sh77 OSGEO4W_ROOT_MSYS=/c/osgeo4w VCPATH="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" ./mswindows/osgeo4w/package.sh 78 78 79 79 # for daily builds 80 OSGEO4W_ROOT_MSYS=/c/osgeo4w PACKAGE_POSTFIX=-daily ./mswindows/osgeo4w/package.sh80 OSGEO4W_ROOT_MSYS=/c/osgeo4w VCPATH="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" PACKAGE_POSTFIX=-daily ./mswindows/osgeo4w/package.sh 81 81 }}} 82 82