X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec08d395bd37d7446787f5539b40a8ed5283654c..716e96df2b2beb65074744a6d833794b1c8a5790:/samples/scroll/Makefile.in diff --git a/samples/scroll/Makefile.in b/samples/scroll/Makefile.in index 496da2c141..ca79d18b96 100644 --- a/samples/scroll/Makefile.in +++ b/samples/scroll/Makefile.in @@ -34,11 +34,13 @@ top_srcdir = @top_srcdir@ ### Variables: ### +DESTDIR = LIBDIRNAME = $(top_builddir)lib -SCROLL_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ +SCROLL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../samples $(CXXFLAGS) + -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS) SCROLL_OBJECTS = \ + $(__scroll_os2_lib_res) \ scroll_scroll.o \ $(__scroll___win32rc) WX_VERSION = 2.5.1 @@ -98,6 +100,8 @@ COND_PLATFORM_OS2_1___scroll___os2_emxbindcmd = $(NM) scroll$(EXEEXT) | if grep @COND_PLATFORM_OS2_1@__scroll___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___scroll___os2_emxbindcmd) @COND_PLATFORM_WIN32_1@__scroll___win32rc = scroll_scroll_rc.o @COND_PLATFORM_MACOSX_1@__scroll_bundle___depname = scroll_bundle +@COND_PLATFORM_OS2_1@__scroll_os2_lib_res = \ +@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res ### Targets: ### @@ -141,8 +145,8 @@ scroll.app/Contents/PkgInfo: scroll$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in ln -f scroll$(EXEEXT) scroll.app/Contents/MacOS/scroll - ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc scroll.app/Contents/Resources/scroll.rsrc - ln -f $(top_srcdir)/src/mac/wxmac.icns scroll.app/Contents/Resources/wxmac.icns + ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc scroll.app/Contents/Resources/scroll.rsrc + ln -sf $(top_srcdir)/src/mac/wxmac.icns scroll.app/Contents/Resources/wxmac.icns @COND_PLATFORM_MACOSX_1@scroll_bundle: scroll.app/Contents/PkgInfo