Skip to content

Commit

Permalink
Add Windows SDK 8.0.0 compatibility (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
infosia authored Mar 8, 2019
1 parent 607be47 commit 9e3f763
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.3.0.GA/windows")
set(WINDOWS_SOURCE_DIR "C:/ProgramData/Titanium/mobilesdk/win32/8.0.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.2.0
apiversion: 6
version: 3.3.0
apiversion: 7
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.3.0
minsdk: 8.0.0

0 comments on commit 9e3f763

Please sign in to comment.