Ignore:
Timestamp:
Mar 19, 2010, 4:56:12 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

German help and stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/Makefile.kmk

    r395 r426  
    3838# ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4
    3939# SCS when building with gcc 3.3.5 use the below cflags
    40 ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
     40# ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3
     41ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium3
    4142ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
    4243ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
     
    6364#build other files (e.g. help)
    6465OTHERS = $(PATH_BIN)/en/ndpsmb.hlp $(PATH_BIN)/readme.txt \
    65          $(PATH_BIN)/fr/ndpsmb.hlp $(PATH_BIN)/readme_fr.txt
     66         $(PATH_BIN)/fr/ndpsmb.hlp $(PATH_BIN)/readme_fr.txt \
     67         $(PATH_BIN)/de/ndpsmb.hlp $(PATH_BIN)/readme_de.txt
    6668OTHER_CLEAN = $(PATH_BIN)/en/ndpsmb.hlp $(PATH_OBJ)/en/ndpsmb.ipf $(PATH_BIN)/readme.txt \
    67               $(PATH_BIN)/fr/ndpsmb.hlp $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_BIN)/readme_fr.txt
    68 
     69              $(PATH_BIN)/fr/ndpsmb.hlp $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_BIN)/readme_fr.txt
     70              $(PATH_BIN)/de/ndpsmb.hlp $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_BIN)/readme_de.txt
    6971
    7072# install some more files
     
    117119        $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_BIN)/fr/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850
    118120
     121
     122
     123
     124
     125
     126
     127
     128
    119129
    120130# substitute macros in version.h
     
    136146                > $(PATH_BIN)/readme_fr.txt
    137147
     148
     149
     150
     151
     152
     153
    138154# final: zip all files!
    139155$(PATH_ROOT)/dist/$(PACKAGE_NAME): \
     
    141157                $(PATH_BIN)/en/ndpsmb.hlp \
    142158                $(PATH_BIN)/fr/ndpsmb.hlp \
     159
    143160                $(PATH_BIN)/readme.txt \
    144                 $(PATH_BIN)/readme_fr.txt
     161                $(PATH_BIN)/readme_fr.txt \
     162                $(PATH_BIN)/readme_de.txt
     163
    145164        $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist                             
    146165        $(QUIET)$(RM) -f $@
     
    153172                $(PATH_BIN)/en/ndpsmb.hlp \
    154173                $(PATH_BIN)/fr/ndpsmb.hlp \
     174
    155175                $(PATH_BIN)/readme.txt \
    156                 $(PATH_BIN)/readme_fr.txt
     176                $(PATH_BIN)/readme_fr.txt \
     177                $(PATH_BIN)/readme_de.txt
    157178        $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist                             
    158179        $(QUIET)$(RM) -f $@
    159180        @ppwizard.cmd resources/ndpsmb.wis_ /Pack:N /output:$(PATH_OBJ)/ndpsmb.wis /other /WarningsRc:0
    160181        $(QUIET)$(REDIRECT) -C $(PATH_BIN)/en -- runwic.cmd $(subst /,\\,$@) -a 2 -r "*"
     182
     183
    161184        $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- runwic.cmd $(subst /,\\,$@) -s $(subst /,\\,$(PATH_OBJ))\\ndpsmb.wis -a 1 "*"
Note: See TracChangeset for help on using the changeset viewer.