Ticket #36234: rescomp.diff
File rescomp.diff, 1.7 KB (added by KubaO (Kuba Ober), 12 years ago) |
---|
-
pkg/mac/Makefile.am
old new 26 26 $(install_sh_DATA) pgadmin.Info.plist $(bundledir)/Contents/Info.plist 27 27 $(install_sh_DATA) "pgAdmin3.icns" "$(bundledir)/Contents/Resources/pgAdmin3.icns" 28 28 $(install_sh_DATA) "sql.icns" "$(bundledir)/Contents/Resources/sql.icns" 29 $$($(WX_CONFIG) --rescomp | sed 's/-t[[:space:]]*APPL//') \30 "$(bundledir)/Contents/Resources/pgAdmin3.rsrc" -useDF31 29 $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dump" "$(bundledir)/Contents/SharedSupport/pg_dump" 32 30 $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dumpall" "$(bundledir)/Contents/SharedSupport/pg_dumpall" 33 31 $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_restore" "$(bundledir)/Contents/SharedSupport/pg_restore" -
pkg/mac/Makefile.in
old new 395 395 @APPBUNDLE_TRUE@ $(install_sh_DATA) pgadmin.Info.plist $(bundledir)/Contents/Info.plist 396 396 @APPBUNDLE_TRUE@ $(install_sh_DATA) "pgAdmin3.icns" "$(bundledir)/Contents/Resources/pgAdmin3.icns" 397 397 @APPBUNDLE_TRUE@ $(install_sh_DATA) "sql.icns" "$(bundledir)/Contents/Resources/sql.icns" 398 @APPBUNDLE_TRUE@ $$($(WX_CONFIG) --rescomp | sed 's/-t[[:space:]]*APPL//') \399 @APPBUNDLE_TRUE@ "$(bundledir)/Contents/Resources/pgAdmin3.rsrc" -useDF400 398 @APPBUNDLE_TRUE@ $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dump" "$(bundledir)/Contents/SharedSupport/pg_dump" 401 399 @APPBUNDLE_TRUE@ $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dumpall" "$(bundledir)/Contents/SharedSupport/pg_dumpall" 402 400 @APPBUNDLE_TRUE@ $(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_restore" "$(bundledir)/Contents/SharedSupport/pg_restore"