equal
deleted
inserted
replaced
17 TMPROOT:=$(subst \,/,$(EPOCROOT)) |
17 TMPROOT:=$(subst \,/,$(EPOCROOT)) |
18 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ |
18 EPOCROOT:=$(patsubst %/,%,$(TMPROOT))/ |
19 |
19 |
20 GENERATED_SOURCE_DIR = $(EPOCROOT)epoc32/build/fshell/win32cons/generated |
20 GENERATED_SOURCE_DIR = $(EPOCROOT)epoc32/build/fshell/win32cons/generated |
21 GENERATED_SOURCE = $(GENERATED_SOURCE_DIR)/os_version.h |
21 GENERATED_SOURCE = $(GENERATED_SOURCE_DIR)/os_version.h |
22 |
|
23 |
|
24 OSVER:= $(EPOCROOT)sf/os/fshell/plugins/consoles/win32cons/group/os_version_h.pl |
22 OSVER:= $(EPOCROOT)sf/os/fshell/plugins/consoles/win32cons/group/os_version_h.pl |
25 |
23 |
26 |
|
27 MAKMAKE : $(GENERATED_SOURCE) |
24 MAKMAKE : $(GENERATED_SOURCE) |
28 |
|
29 $(GENERATED_SOURCE) : |
25 $(GENERATED_SOURCE) : |
30 perl $(EPOCROOT)epoc32\tools\emkdir.pl $(EPOCROOT)epoc32\build\fshell/win32cons\generated |
26 perl $(EPOCROOT)epoc32\tools\emkdir.pl $(EPOCROOT)epoc32\build\fshell/win32cons\generated |
31 perl $(OSVER) > $(GENERATED_SOURCE) |
27 perl $(OSVER) > $(GENERATED_SOURCE) |
32 |
28 |
33 CLEAN : |
29 CLEAN : $(CLEAN_FILES) |
|
30 $(CLEAN_FILES) : |
34 -del ..\src\os_version.h |
31 -del ..\src\os_version.h |
35 |
32 |
36 BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE RELEASABLES FINAL : |
33 BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE RELEASABLES FINAL : |
37 |
34 |
38 |
35 |