Skip to content

Commit

Permalink
[TIMOB-25224] Windows: build with 6.2.0.GA (#26)
Browse files Browse the repository at this point in the history
* [TIMOB-25224] Windows: build with 6.2.0.GA
* Remove old plugin
  • Loading branch information
infosia authored Sep 20, 2017
1 parent 3baacd6 commit cf66718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
4 changes: 2 additions & 2 deletions 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/6.1.0.v20170123100346/windows")
set(WINDOWS_SOURCE_DIR "C:/ProgramData/Titanium/mobilesdk/win32/6.2.0.GA/windows")

SET(CMAKE_FIND_LIBRARY_PREFIXES "")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".lib" ".dll")
Expand Down Expand Up @@ -116,4 +116,4 @@ write_basic_package_version_file(
COMPATIBILITY AnyNewerVersion
)

export(PACKAGE TiPaint)
export(PACKAGE TiPaint)
83 changes: 0 additions & 83 deletions windows/plugins/hooks/windows.js

This file was deleted.

1 comment on commit cf66718

@ao1ansal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garymathews The latest Android version, is not working when we add the Paint view inside a scrollview. I am using ti.paint-android-4.0.0.zip from . Titanium SDK 7.0.1 GA and Appcelerator Studio 5.0.0. ti.paint will work fine if this is not inside of a scrollview. Please provide a fix asap or a work around.

Please sign in to comment.