X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b71531ad92f44d4ceba46418020061d24777e4f4..1e1cc1ce95dde0c66df452cf438a05c5d6cac153:/samples/listctrl/Makefile.in diff --git a/samples/listctrl/Makefile.in b/samples/listctrl/Makefile.in index ea581ad7b0..1d61c793ad 100644 --- a/samples/listctrl/Makefile.in +++ b/samples/listctrl/Makefile.in @@ -36,10 +36,11 @@ top_srcdir = @top_srcdir@ DESTDIR = LIBDIRNAME = $(top_builddir)lib -LISTCTRL_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ +LISTCTRL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../samples $(CXXFLAGS) + -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS) LISTCTRL_OBJECTS = \ + $(__listctrl_os2_lib_res) \ listctrl_listtest.o \ $(__listctrl___win32rc) WX_VERSION = 2.5.1 @@ -99,6 +100,8 @@ COND_PLATFORM_OS2_1___listctrl___os2_emxbindcmd = $(NM) listctrl$(EXEEXT) | if \ @COND_PLATFORM_OS2_1@__listctrl___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___listctrl___os2_emxbindcmd) @COND_PLATFORM_WIN32_1@__listctrl___win32rc = listctrl_listtest_rc.o @COND_PLATFORM_MACOSX_1@__listctrl_bundle___depname = listctrl_bundle +@COND_PLATFORM_OS2_1@__listctrl_os2_lib_res = \ +@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res ### Targets: ### @@ -142,8 +145,8 @@ listctrl.app/Contents/PkgInfo: listctrl$(EXEEXT) $(top_srcdir)/src/mac/Info.plis ln -f listctrl$(EXEEXT) listctrl.app/Contents/MacOS/listctrl - ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc listctrl.app/Contents/Resources/listctrl.rsrc - ln -f $(top_srcdir)/src/mac/wxmac.icns listctrl.app/Contents/Resources/wxmac.icns + ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc listctrl.app/Contents/Resources/listctrl.rsrc + ln -sf $(top_srcdir)/src/mac/wxmac.icns listctrl.app/Contents/Resources/wxmac.icns @COND_PLATFORM_MACOSX_1@listctrl_bundle: listctrl.app/Contents/PkgInfo