mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
fixed GH #1135: Different package on github and official web site
This commit is contained in:
parent
8746f688c9
commit
51c65d23f8
@ -408,6 +408,17 @@ buildwin 120 build shared both Win32 samples
|
||||
ENDOFSCRIPT
|
||||
|
||||
|
||||
#
|
||||
# Create Visual Studio 14 build script
|
||||
#
|
||||
cat >${target}/build_vs140.cmd <<'ENDOFSCRIPT'
|
||||
@echo off
|
||||
if defined VS140COMNTOOLS (
|
||||
call "%VS140COMNTOOLS%\vsvars32.bat")
|
||||
buildwin 140 build shared both Win32 samples
|
||||
ENDOFSCRIPT
|
||||
|
||||
|
||||
#
|
||||
# Create Visual Studio 9 WinCE build script
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user