Add Windows support and clean up toolchain #10
							
								
								
									
										6
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.sh
									
									
									
									
									
								
							| @@ -308,14 +308,16 @@ wine_build() | |||||||
|     mkdir -p ${WINEDIR}/{build-${GENERIC},build-tools} |     mkdir -p ${WINEDIR}/{build-${GENERIC},build-tools} | ||||||
|     cd ${WINEDIR}/build-tools |     cd ${WINEDIR}/build-tools | ||||||
|     ../configure \ |     ../configure \ | ||||||
|  |         --enable-win64 \ | ||||||
|         --without-freetype \ |         --without-freetype \ | ||||||
|         --without-x |         --without-x | ||||||
|     cd ${WINEDIR}/build-${GENERIC} |     cd ${WINEDIR}/build-${GENERIC} | ||||||
|     ../configure \ |     ../configure \ | ||||||
|  |         --enable-tools \ | ||||||
|  |         --enable-win64 \ | ||||||
|  |         --with-wine-tools=${WINEDIR}/build-tools \ | ||||||
|         --without-freetype \ |         --without-freetype \ | ||||||
|         --without-x \ |         --without-x \ | ||||||
|         --with-wine-tools=${WINEDIR}/build-tools \ |  | ||||||
|         --enable-tools \ |  | ||||||
|         ${CONFIGURE_PARAMETERS} |         ${CONFIGURE_PARAMETERS} | ||||||
|     for TOOL in widl wmc wrc; do |     for TOOL in widl wmc wrc; do | ||||||
|         make -j20 tools/${TOOL}/all |         make -j20 tools/${TOOL}/all | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user