From: syeon.hwang Date: Wed, 14 Mar 2012 12:44:42 +0000 (+0900) Subject: Fix for windows build X-Git-Tag: TizenStudio_2.0_p2.3~1731^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d43e44cbff9e7ef07820305a1c8761512248510;p=sdk%2Femulator%2Fqemu.git Fix for windows build --- diff --git a/tizen/src/Makefile.tizen b/tizen/src/Makefile.tizen index 857fdcf..12396d1 100644 --- a/tizen/src/Makefile.tizen +++ b/tizen/src/Makefile.tizen @@ -43,7 +43,7 @@ endif # maru skin obj-i386-y += maruskin_client.o maruskin_server.o maruskin_operation.o -ifdef CONFIG_WIN32 +ifndef CONFIG_WIN32 obj-i386-y += maruskin_keymap.o endif