new version, fix for Windows deployment skript
This commit is contained in:
parent
1e62ea78ff
commit
e1556bc44e
2 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@ LED bar: lbr
|
|||
|
||||
// version and application name (always use this version)
|
||||
#undef VERSION
|
||||
#define VERSION "3.2.0"
|
||||
#define VERSION "3.2.1cvs"
|
||||
#define APP_NAME "llcon"
|
||||
|
||||
// Windows registry key name of auto run entry for the server
|
||||
|
|
|
@ -7,6 +7,8 @@ if "%VSINSTALLDIR%" == "" goto vsenvproblem
|
|||
|
||||
rem clean and compile solution -------------------------------------------------
|
||||
devenv llcon.sln /clean "Release|Win32"
|
||||
|
||||
call MocQT
|
||||
devenv llcon.sln /build "Release|Win32"
|
||||
|
||||
rem create installer -----------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue