1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
Steve Lhomme
377b00bf1e win32: build.sh: add an option to build with PDB 2019-05-22 06:00:25 +02:00
Steve Lhomme
0e5999d54c win32: build.sh: allow setting the number of jobs in the environment 2019-05-21 14:12:32 +02:00
Steve Lhomme
c3478127ad win32: build.sh: fix building when PATH contains spaces 2019-05-21 13:43:38 +02:00
Thomas Guillem
2e66abe96f configure: enable debug by default
It seems that lot of developers forget to enable this option. This option
enables assert and other debug codes (like the very useful thread/mutex debug
code) that should be mandatory when you dev on VLC.

This is quite a big change: all VLC maintainers should now add
"--disable-debug" when they release a stable version of VLC.
2019-02-08 08:20:40 +01:00
Hugo Beauzée-Luyssen
23ff67842e win32: build.sh: Add a msi only mode
NSIS doesn't work well when building for aarch64
2018-12-12 17:37:52 +01:00
Hugo Beauzée-Luyssen
3bb568bea7 win32: build.sh: Accept aarch64 as a platform 2018-12-12 17:37:52 +01:00
Konstantin Pavlov
3f87228c53 windows build: make it easier to spot an error on contrib builds 2018-11-09 13:37:18 +03:00
Simon Latapie
84985e5e79 win32: build.sh: fix conditional bootstrap launch
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
2018-05-02 10:11:29 +02:00
Simon Latapie
c62afbf826 win32: build.sh: add an interactive mode
Adds an option to get a shell with the right environment set to build
VLC.

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
2018-04-19 09:59:31 +02:00
Hugo Beauzée-Luyssen
308b376df7 win32: Build msi package when building nightlies installer
Fix #19538
2018-03-15 16:26:30 +01:00
Hugo Beauzée-Luyssen
6812104e40 win32: build.sh: Fix breakpad activation 2017-12-27 12:01:03 +01:00
Hugo Beauzée-Luyssen
7610a35ae6 win32: build.sh: Add breakpad support 2017-12-23 21:41:43 +01:00
Hugo Beauzée-Luyssen
60903ec5b4 package/win32: build.sh: Add an option to generate a release archive 2017-12-12 18:29:42 +01:00
Konstantin Pavlov
e3dc51fba8 Simplify and improve the detection of the number of CPU cores. 2017-12-07 21:35:35 +03:00
Jean-Baptiste Kempf
521ad3353d win32: fix PATH for build script 2017-11-22 18:41:55 +01:00
Jean-Baptiste Kempf
5b22c02fa3 win32 build.sh: avoid bash-specific syntax 2017-11-13 18:58:00 +01:00
Jean-Baptiste Kempf
279db9d8f2 Win32 build: fix script options 2017-11-13 16:56:35 +01:00
Jean-Baptiste Kempf
544b09e649 win32 build: provide an option for installer creation
* nothing will be for dev and continuous
* -i n to prepare a nightly build, aka debug+release package
* -i r to prepare a release build, which will be officially signed
2017-11-13 16:27:04 +01:00
Konstantin Pavlov
540544be0d win32 build helper: build luac when using prebuilt contribs. 2017-11-12 15:24:15 +02:00
Jean-Baptiste Kempf
5648ecad1a Win32: add a new build-script helper 2017-11-12 10:49:27 +01:00