]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/Makefile.in
Tests for FindItemAtPoint
[wxWidgets.git] / samples / dnd / Makefile.in
index f08229c5ce64c499132a680c1faff54633bcc20c..d6e55d55b98496a459a21628bc783b9d4d73cca6 100644 (file)
@@ -34,10 +34,11 @@ top_srcdir = @top_srcdir@
 
 ### Variables: ###
 
-DND_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
-       -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
-       -I$(srcdir)/../../samples $(CXXFLAGS)
+DESTDIR = 
+DND_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(top_srcdir)/include \
+       -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
 DND_OBJECTS =  \
+       $(__dnd_os2_lib_res) \
        dnd_dnd.o \
        $(__dnd___win32rc)
 LIBDIRNAME = $(top_builddir)lib
@@ -97,6 +98,8 @@ COND_PLATFORM_OS2_1___dnd___os2_emxbindcmd = $(NM) dnd$(EXEEXT) | if grep -q \
 @COND_PLATFORM_OS2_1@__dnd___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___dnd___os2_emxbindcmd)
 @COND_PLATFORM_WIN32_1@__dnd___win32rc = dnd_dnd_rc.o
 @COND_PLATFORM_MACOSX_1@__dnd_bundle___depname = dnd_bundle
+@COND_PLATFORM_OS2_1@__dnd_os2_lib_res = \
+@COND_PLATFORM_OS2_1@  $(top_srcdir)/include/wx/os2/wx.res
 
 ### Targets: ###
 
@@ -144,8 +147,8 @@ dnd.app/Contents/PkgInfo: dnd$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
        ln -f dnd$(EXEEXT) dnd.app/Contents/MacOS/dnd
        
        
-       ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc dnd.app/Contents/Resources/dnd.rsrc
-       ln -f $(top_srcdir)/src/mac/wxmac.icns dnd.app/Contents/Resources/wxmac.icns
+       ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc dnd.app/Contents/Resources/dnd.rsrc
+       ln -sf $(top_srcdir)/src/mac/wxmac.icns dnd.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@dnd_bundle: dnd.app/Contents/PkgInfo