Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508244 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 184-190 Link Here
184
184
185
%.nml: %.pnml
185
%.nml: %.pnml
186
	$(_E) "[CPP] $@"
186
	$(_E) "[CPP] $@"
187
	$(_V) $(CC) -D REPO_REVISION=$(NEWGRF_VERSION) -D NEWGRF_VERSION=$(NEWGRF_VERSION) $(CC_USER_FLAGS) $(CC_FLAGS) -o $@ $<
187
	$(_V) $(CC) -P -D REPO_REVISION=$(NEWGRF_VERSION) -D NEWGRF_VERSION=$(NEWGRF_VERSION) $(CC_USER_FLAGS) $(CC_FLAGS) -o $@ $<
188
188
189
clean::
189
clean::
190
	$(_E) "[CLEAN NML]"
190
	$(_E) "[CLEAN NML]"
Lines 395-400 Link Here
395
	$(_E) "[CLEAN GRFID]"
395
	$(_E) "[CLEAN GRFID]"
396
	$(_V) -rm -f $(MD5_FILENAME)
396
	$(_V) -rm -f $(MD5_FILENAME)
397
397
398
bundle: $(DIR_NAME)
399
398
# Bundle directory
400
# Bundle directory
399
$(DIR_NAME): $(BUNDLE_FILES)
401
$(DIR_NAME): $(BUNDLE_FILES)
400
	$(_E) "[BUNDLE] $@"
402
	$(_E) "[BUNDLE] $@"
401
-- Makefile.config
403
++ Makefile.config
Lines 36-42 Link Here
36
36
37
# Uncomment in order to make use of gimp scripting. See the file
37
# Uncomment in order to make use of gimp scripting. See the file
38
# for a description of the format
38
# for a description of the format
39
GFX_SCRIPT_LIST_FILES      := sprites/png/terrain/waterfeatures/waterfeatures.xcf2png sprites/png/infrastructure/locks.xcf2png sprites/png/terrain/terrain.xcf2png sprites/png/trees/trees.xcf2png sprites/png/industries/coalmine.xcf2png sprites/png/industries/goldmine/goldmine.xcf2png sprites/png/industries/oilwell/oilwell.xcf2png
39
#GFX_SCRIPT_LIST_FILES      := sprites/png/terrain/waterfeatures/waterfeatures.xcf2png sprites/png/infrastructure/locks.xcf2png sprites/png/terrain/terrain.xcf2png sprites/png/trees/trees.xcf2png sprites/png/industries/coalmine.xcf2png sprites/png/industries/goldmine/goldmine.xcf2png sprites/png/industries/oilwell/oilwell.xcf2png
40
40
41
# If needed, declare the minimum NML requirements
41
# If needed, declare the minimum NML requirements
42
# REQUIRED_NML_BRANCH  = 0.3
42
# REQUIRED_NML_BRANCH  = 0.3

Return to bug 508244