File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ cmake %CMAKE_OPT% ^
158
158
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT% /apps/%PACKAGENAME% ^
159
159
-D FCGI_INCLUDE_DIR=%O4W_ROOT% /include ^
160
160
-D FCGI_LIBRARY=%O4W_ROOT% /lib/libfcgi.lib ^
161
+ -D WITH_INTERNAL_JINJA2=FALSE ^
162
+ -D WITH_INTERNAL_MARKUPSAFE=FALSE ^
163
+ -D WITH_INTERNAL_PYGMENTS=FALSE ^
164
+ -D WITH_INTERNAL_DATEUTIL=FALSE ^
165
+ -D WITH_INTERNAL_PYTZ=FALSE ^
166
+ -D WITH_INTERNAL_SIX=FALSE ^
161
167
%SRCDIR%
162
168
if errorlevel 1 (echo cmake failed & goto error)
163
169
@@ -308,10 +314,13 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%-grass-plugin/%PACKA
308
314
" apps/%PACKAGENAME% /bin/qgisgrass.dll" ^
309
315
" apps/%PACKAGENAME% /plugins/grassrasterprovider.dll" ^
310
316
" apps/%PACKAGENAME% /plugins/grassplugin.dll" ^
311
- " apps/%PACKAGENAME% /plugins/grassprovider.dll" ^
312
- " apps/%PACKAGENAME% /plugins/libgrass_gis.%GRASS_VERSION% .dll"
317
+ " apps/%PACKAGENAME% /plugins/grassprovider.dll"
313
318
if errorlevel 1 (echo tar grass-plugin failed & goto error)
314
319
320
+ REM grass direct library disabled
321
+ REM "apps/%PACKAGENAME%/plugins/libgrass_gis.%GRASS_VERSION%.dll"
322
+
323
+
315
324
tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% -globe-plugin/%PACKAGENAME% -globe-plugin-%VERSION% -%PACKAGE% .tar.bz2 ^
316
325
--exclude-from exclude ^
317
326
--exclude " *.pyc" ^
You can’t perform that action at this time.
0 commit comments