MSBuild doesn't support PRE_TARGETDEPS we need to build the ozw database binary resource file, Switch to Makefiles

This commit is contained in:
Justin Hammond 2020-03-03 16:13:36 +08:00
parent 3ebe47ddc2
commit 73a5727b9f

View file

@ -3,11 +3,13 @@ cd ..\open-zwave
msbuild /p:Configuration=ReleaseDLL /p:Platform=Win32 cpp\build\windows\vs2010\OpenZWave.sln
msbuild /p:Configuration=DebugDLL /p:Platform=Win32 cpp\build\windows\vs2010\OpenZWave.sln
cd ..\qt-openzwave
qmake -r -tp vc
msbuild /p:Configuration=Release /p:Platform=Win32 qt-openzwave.sln
qmake -r
#msbuild /p:Configuration=Release /p:Platform=Win32 qt-openzwave.sln
nmake
cd ..\ozw-admin
qmake -r -tp vc
msbuild /p:Configuration=Release /p:Platform=Win32 ozwadmin.sln
qmake -r
#msbuild /p:Configuration=Release /p:Platform=Win32 ozwadmin.sln
nmake
rmdir /S /Q package
mkdir package
cd package