Changeset 426 for branches/client-1.5/src/Makefile.kmk
- Timestamp:
- Mar 19, 2010, 4:56:12 PM (16 years ago)
- File:
-
- 1 edited
-
branches/client-1.5/src/Makefile.kmk (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/Makefile.kmk
r395 r426 38 38 # ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4 39 39 # 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 41 ndpsmb_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium3 41 42 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF 42 43 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files … … 63 64 #build other files (e.g. help) 64 65 OTHERS = $(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 66 68 OTHER_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 69 71 70 72 # install some more files … … 117 119 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_BIN)/fr/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 118 120 121 122 123 124 125 126 127 128 119 129 120 130 # substitute macros in version.h … … 136 146 > $(PATH_BIN)/readme_fr.txt 137 147 148 149 150 151 152 153 138 154 # final: zip all files! 139 155 $(PATH_ROOT)/dist/$(PACKAGE_NAME): \ … … 141 157 $(PATH_BIN)/en/ndpsmb.hlp \ 142 158 $(PATH_BIN)/fr/ndpsmb.hlp \ 159 143 160 $(PATH_BIN)/readme.txt \ 144 $(PATH_BIN)/readme_fr.txt 161 $(PATH_BIN)/readme_fr.txt \ 162 $(PATH_BIN)/readme_de.txt 163 145 164 $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist 146 165 $(QUIET)$(RM) -f $@ … … 153 172 $(PATH_BIN)/en/ndpsmb.hlp \ 154 173 $(PATH_BIN)/fr/ndpsmb.hlp \ 174 155 175 $(PATH_BIN)/readme.txt \ 156 $(PATH_BIN)/readme_fr.txt 176 $(PATH_BIN)/readme_fr.txt \ 177 $(PATH_BIN)/readme_de.txt 157 178 $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist 158 179 $(QUIET)$(RM) -f $@ 159 180 @ppwizard.cmd resources/ndpsmb.wis_ /Pack:N /output:$(PATH_OBJ)/ndpsmb.wis /other /WarningsRc:0 160 181 $(QUIET)$(REDIRECT) -C $(PATH_BIN)/en -- runwic.cmd $(subst /,\\,$@) -a 2 -r "*" 182 183 161 184 $(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.
