[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bundle.make
From: |
Enrico Sersale |
Subject: |
bundle.make |
Date: |
Mon, 18 Dec 2000 02:08:29 +0200 (EET) |
Two missing separator errors:
line 183 is:
$(BUNDLE_DIR_NAME)/Contents/Resources : $(BUNDLE_DIR_NAME)/Contents
$(BUNDLE_DIR_NAME)/Resources
it should be:
$(BUNDLE_DIR_NAME)/Contents/Resources : $(BUNDLE_DIR_NAME)/Contents \
$(BUNDLE_DIR_NAME)/Resources
line 183 is:
build-macosx-bundle :: $(BUNDLE_DIR_NAME)/Contents
$(BUNDLE_DIR_NAME)/Contents/Resources
$(BUNDLE_DIR_NAME)/Contents/Info.plist
it should be:
build-macosx-bundle :: $(BUNDLE_DIR_NAME)/Contents \
$(BUNDLE_DIR_NAME)/Contents/Resources \
$(BUNDLE_DIR_NAME)/Contents/Info.plist
- bundle.make,
Enrico Sersale <=