Skip to content

Commit

Permalink
Add Windows SDK 7.3.0 compatibility (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
infosia authored Oct 25, 2018
1 parent 364a611 commit 607be47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(TiPaint)

set(TiPaint_VERSION 0.1.0)

set(WINDOWS_SOURCE_DIR "C:/ProgramData/Titanium/mobilesdk/win32/7.1.1.GA/windows")
set(WINDOWS_SOURCE_DIR "C:/ProgramData/Titanium/mobilesdk/win32/7.3.0.GA/windows")

SET(CMAKE_FIND_LIBRARY_PREFIXES "")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".lib" ".dll")
Expand Down
6 changes: 3 additions & 3 deletions windows/manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 3.1.0
apiversion: 5
version: 3.2.0
apiversion: 6
architectures: ARM x86
description: Provides a paint surface user interface view.
author: Gary Mathews
Expand All @@ -12,4 +12,4 @@ moduleid: ti.paint
moduleIdAsIdentifier: TiPaint
guid: 3a8ff336-741e-4a70-bb0c-01a4e44574e9
platform: windows
minsdk: 7.1.1
minsdk: 7.3.0

0 comments on commit 607be47

Please sign in to comment.