mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
Remove dependency to CPP: removed stuff related to CPP calls
Now that the built-in parser has support for all the feature of CPP being used by WindowMaker's default menu, we can remove the stuff related to calling CPP: - code for preparing and running CPP; - compile-time option to de-activate the call to CPP; - command-line option
This commit is contained in:
committed by
Carlos R. Mafra
parent
4658f4f9a1
commit
139f912e61
@@ -10,9 +10,6 @@ config.h: config-paths.h
|
||||
|
||||
config-paths.h: Makefile
|
||||
@echo "Generating $@"
|
||||
@echo '/* define to the path to cpp */' > $@
|
||||
@echo '#define CPP_PATH "$(CPP_PATH)"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* gettext domain used for menu translations */' >> $@
|
||||
@if test -z "$(menutextdomain)"; then \
|
||||
echo '/* #undef MENU_TEXTDOMAIN "$(menutextdomain)" */' >> $@; \
|
||||
|
||||
Reference in New Issue
Block a user