Skip to content

Commit

Permalink
MSBuild doesn't support PRE_TARGETDEPS we need to build the ozw datab…
Browse files Browse the repository at this point in the history
…ase binary resource file, Switch to Makefiles
  • Loading branch information
Fishwaldo committed Mar 3, 2020
1 parent 3ebe47d commit 73a5727
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/win32build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73a5727

Please sign in to comment.