
include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = AppViewer
BUNDLE_EXTENSION = .bundle

OBJCFLAGS += -Wall

#
# We are creating a bundle
#
AppViewer_OBJC_FILES = AppViewer.m 

AppViewer_PRINCIPAL_CLASS = AppViewer

#AppViewer_LANGUAGES = English Italian Romanian

#AppViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings

-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble

