X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec08d395bd37d7446787f5539b40a8ed5283654c..ddc8d969f8c7572649eb7bf4c84ec67e286ad4b0:/contrib/samples/gizmos/led/Makefile.in?ds=sidebyside diff --git a/contrib/samples/gizmos/led/Makefile.in b/contrib/samples/gizmos/led/Makefile.in index 2bb7564a1c..449460caf7 100644 --- a/contrib/samples/gizmos/led/Makefile.in +++ b/contrib/samples/gizmos/led/Makefile.in @@ -34,11 +34,13 @@ top_srcdir = @top_srcdir@ ### Variables: ### -LED_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ - -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../../../samples -I$(srcdir)/../../../include $(CXXFLAGS) +DESTDIR = +LED_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(top_srcdir)/include \ + -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../../../samples \ + -I$(srcdir)/../../../include $(CPPFLAGS) $(CXXFLAGS) LED_OBJECTS = \ $(__led___win32rc) \ + $(__led_os2_lib_res) \ led_led.o LIBDIRNAME = $(top_builddir)lib WX_VERSION = 2.5.1 @@ -98,6 +100,8 @@ COND_PLATFORM_OS2_1___led___os2_emxbindcmd = $(NM) led$(EXEEXT) | if grep -q \ @COND_PLATFORM_OS2_1@__led___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___led___os2_emxbindcmd) @COND_PLATFORM_WIN32_1@__led___win32rc = led_sample_rc.o @COND_PLATFORM_MACOSX_1@__led_bundle___depname = led_bundle +@COND_PLATFORM_OS2_1@__led_os2_lib_res = \ +@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res ### Targets: ### @@ -141,8 +145,8 @@ led.app/Contents/PkgInfo: led$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB ln -f led$(EXEEXT) led.app/Contents/MacOS/led - ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc led.app/Contents/Resources/led.rsrc - ln -f $(top_srcdir)/src/mac/wxmac.icns led.app/Contents/Resources/wxmac.icns + ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc led.app/Contents/Resources/led.rsrc + ln -sf $(top_srcdir)/src/mac/wxmac.icns led.app/Contents/Resources/wxmac.icns @COND_PLATFORM_MACOSX_1@led_bundle: led.app/Contents/PkgInfo