]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/Makefile.in
Tests for FindItemAtPoint
[wxWidgets.git] / samples / erase / Makefile.in
index 73bb0ac1d1f40522e7f16037e96c43d357ed5a1b..41025503b197fd4c669cba2d8c3b133790dcb4ae 100644 (file)
@@ -34,10 +34,12 @@ top_srcdir = @top_srcdir@
 
 ### Variables: ###
 
-ERASE_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+DESTDIR = 
+ERASE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
-       -I$(srcdir)/../../samples $(CXXFLAGS)
+       -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
 ERASE_OBJECTS =  \
+       $(__erase_os2_lib_res) \
        erase_erase.o \
        $(__erase___win32rc)
 LIBDIRNAME = $(top_builddir)lib
@@ -98,6 +100,8 @@ COND_PLATFORM_OS2_1___erase___os2_emxbindcmd = $(NM) erase$(EXEEXT) | if grep -q
 @COND_PLATFORM_OS2_1@__erase___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___erase___os2_emxbindcmd)
 @COND_PLATFORM_WIN32_1@__erase___win32rc = erase_erase_rc.o
 @COND_PLATFORM_MACOSX_1@__erase_bundle___depname = erase_bundle
+@COND_PLATFORM_OS2_1@__erase_os2_lib_res = \
+@COND_PLATFORM_OS2_1@  $(top_srcdir)/include/wx/os2/wx.res
 
 ### Targets: ###
 
@@ -137,8 +141,8 @@ erase.app/Contents/PkgInfo: erase$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $
        ln -f erase$(EXEEXT) erase.app/Contents/MacOS/erase
        
        
-       ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc erase.app/Contents/Resources/erase.rsrc
-       ln -f $(top_srcdir)/src/mac/wxmac.icns erase.app/Contents/Resources/wxmac.icns
+       ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc erase.app/Contents/Resources/erase.rsrc
+       ln -sf $(top_srcdir)/src/mac/wxmac.icns erase.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@erase_bundle: erase.app/Contents/PkgInfo