mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add notes where files are added into global/globals.C
ENH: use dictionary findDict() directly for debugSwitches - the isDict() method is just a wrapper around the pointer anyhow
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
SUFFIXES += .Cver
|
||||
|
||||
# Update strings in C++ file and in META-INFO files
|
||||
# place intermediate generated file into the build directory
|
||||
Cvertoo = \
|
||||
$(WM_SCRIPTS)/wmake-build-info -update -filter $< > $(@D)/$(<F).C; \
|
||||
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|
||||
$(WM_SCRIPTS)/wmake-build-info -update -filter $< > $(@D)/$(<F).cc; \
|
||||
$(CC) $(c++FLAGS) -c $(@D)/$(<F).cc -o $@
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user