mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
MSBuild doesn't support PRE_TARGETDEPS we need to build the ozw database binary resource file, Switch to Makefiles
This commit is contained in:
parent
3ebe47ddc2
commit
73a5727b9f
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue