Skip to content

Commit

Permalink
move uiWidgets.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
msink committed Jul 21, 2017
1 parent 08ed938 commit a29147e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -8,4 +8,4 @@ set LFLAGS=libui\alpha3.1\windows_amd64\mingw_static\libui.a^
-lmsimg32 -lcomdlg32 -ld2d1 -ldwrite -lole32 -loleaut32^
-loleacc -luuid -mwindows

call konanc src -library libui/libui -linkerOpts "%LFLAGS%" -o test
call konanc src libui/kotlin -library libui/libui -linkerOpts "%LFLAGS%" -o test
3 changes: 2 additions & 1 deletion kotlin-ui.iml
Expand Up @@ -4,8 +4,9 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/cinterop" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/libui/kotlin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/libui/build-jvm/kotlin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/cinterop" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
File renamed without changes.

0 comments on commit a29147e

Please sign in to comment.