Changeset 996
- Timestamp:
- Dec 23, 2016, 12:16:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/Makefile.kmk
r971 r996 62 62 OTHER_CLEAN += $(PATH_INST_BIN)/en/ndpsmb.hlp $(PATH_OBJ)/en/ndpsmb.ipf $(PATH_INST_BIN)/readme.txt \ 63 63 $(PATH_INST_BIN)/fr/ndpsmb.hlp $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_INST_BIN)/readme_fr.txt \ 64 $(PATH_INST_BIN)/de/ndpsmb.hlp $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/readme_de.txt 64 $(PATH_INST_BIN)/de/ndpsmb.hlp $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/readme_de.txt \ 65 $(PATH_INST_BIN)/it/ndpsmb.hlp $(PATH_OBJ)/it/ndpsmb.ipf $(PATH_INST_BIN)/readme_it.txt 65 66 66 67 # install some more files … … 127 128 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/de/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 128 129 130 $(PATH_INST_BIN)/it/ndpsmb.hlp: ./help/ndpsmb_it.ipf nversion.h Config.kmk ./help/changelog.txt 131 -@mkdir $(PATH_OBJ) 132 -@mkdir $(PATH_OBJ)\it 133 @ppwizard.cmd ./help/ndpsmb_it.ipf /Pack:N /output:$(PATH_OBJ)/it/ndpsmb.ipf /other /WarningsRc:0 /Define:it /Define:ipf 134 -@mkdir $(PATH_INST_BIN) 135 -@mkdir $(PATH_INST_BIN)\it 136 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/it/ndpsmb.ipf $(PATH_INST_BIN)/it/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 137 129 138 130 139 # substitute macros in nversion.h … … 145 154 $(PATH_INST_BIN)/readme_de.txt: Config.kmk ./help/readme_de.txt nversion.h ./help/changelog.txt 146 155 @ppwizard.cmd ./help/readme_de.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_INST_BIN)/readme_de.txt /other /WarningsRc:0 /Define:de /Define:txt 156 157 $(PATH_INST_BIN)/readme_it.txt: Config.kmk ./help/readme_it.txt nversion.h ./help/changelog.txt 158 @ppwizard.cmd ./help/readme_it.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_INST_BIN)/readme_it.txt /other /WarningsRc:0 /Define:it /Define:txt 147 159 148 160 … … 157 169 $(PATH_INST_BIN)/fr/ndpsmb.hlp \ 158 170 $(PATH_INST_BIN)/de/ndpsmb.hlp \ 171 $(PATH_INST_BIN)/it/ndpsmb.hlp \ 159 172 $(PATH_INST_BIN)/readme.txt \ 160 173 $(PATH_INST_BIN)/readme_fr.txt \ 161 $(PATH_INST_BIN)/readme_de.txt 174 $(PATH_INST_BIN)/readme_de.txt \ 175 $(PATH_INST_BIN)/readme_it.txt 162 176 $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist 163 177 $(QUIET)$(RM) -f $@ … … 176 190 $(PATH_INST_BIN)/fr/ndpsmb.hlp \ 177 191 $(PATH_INST_BIN)/de/ndpsmb.hlp \ 192 $(PATH_INST_BIN)/it/ndpsmb.hlp \ 178 193 $(PATH_INST_BIN)/readme.txt \ 179 194 $(PATH_INST_BIN)/readme_fr.txt \ 180 $(PATH_INST_BIN)/readme_de.txt 195 $(PATH_INST_BIN)/readme_de.txt \ 196 $(PATH_INST_BIN)/readme_it.txt 181 197 $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist 182 198 $(QUIET)$(RM) -f $@
Note:
See TracChangeset
for help on using the changeset viewer.