Skip to content

Commit

Permalink
Add windows support hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 15, 2018
1 parent 40a4d0f commit a5015f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def get_modules(THIRD_PARTY, INTERNAL, PROJ_PATH,
'ubidiln.cpp',
'ubidiwrt.cpp',
'ustr_titlecase_brkiter.cpp',
'wintz.cpp',
'stubdata.cpp',
'udata.cpp',
# modified due to to comment out `extern "C" const DataHeader U_DATA_API
Expand All @@ -316,6 +317,7 @@ def get_modules(THIRD_PARTY, INTERNAL, PROJ_PATH,
# ifndef PLASTICITY_SUPERSQLITE_ICU_CPP
# define PLASTICITY_SUPERSQLITE_ICU_CPP 1
#pragma comment(lib, "user32")
#define UDATA_DEBUG 1
#define U_STATIC_IMPLEMENTATION 1
#define UCONFIG_NO_REGULAR_EXPRESSIONS 0
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '0', '40')
__version_info__ = ('0', '0', '41')
__version__ = '.'.join(__version_info__)

0 comments on commit a5015f4

Please sign in to comment.