Changeset 34
- Timestamp:
- Nov 3, 2015, 3:15:21 PM (10 years ago)
- Location:
- branches/1.0/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/build.cmd
r32 r34 17 17 echo Done. 18 18 echo Linking. 19 gcc -Zdll -Zbin-files -Zomf -o uni.pdr utils.o splpd.o uni.o uni.def .\de\uni.res >>build.log 19 gcc -Zhigh-mem -Zdll -Zbin-files -Zomf -o uni.pdr utils.o splpd.o uni.o uni.def .\de\uni.res >>build.log 20 echo Done. 21 echo Enabled loading above 512M 22 highmem -b uni.pdr 20 23 echo Done. 21 24 echo Attaching EAS. -
branches/1.0/src/de/readme.txt
r31 r34 60 60 (as required by smbspool.exe and most likely other programs, too) 61 61 - fixed token replacement logic (diver) 62 63 v1.0 alpha4: 64 - rebuild with LIBC066.DLL 65 - enable usage of high memory 66 (fixes crash with VIRTUALADDRESSLIMIT > 2048) -
branches/1.0/src/de/uni.ipf
r22 r34 58 58 :p. 59 59 :ul. 60 :li. alpha 160 :li.Version 1.0 alpha 1 61 61 :ul. 62 62 :li.changelog created 63 :li.got it working 64 :eul. 65 :li.Version 1.0 alpha2 66 :ul.find button added 67 :ul.working directory added 68 :eul. 69 :li.Version 1.0 alpha3 70 :ul. 71 :li.parameters are split into separate parameters internally (as required by smbspool.exe and most likely other programs, too) 72 :li.fixed token replacement logic (diver) 73 :eul. 74 :li.Version 1.0 beta1 75 :ul. 76 :li.rebuild with LIBC066.DLL 77 :li.enable usage of high memory (fixes crash with VIRTUALADDRESSLIMIT > 2048) 63 78 :eul. 64 79 :eul. -
branches/1.0/src/en/readme.txt
r6 r34 28 28 v1.0 alpha1: 29 29 - changelog created 30 - internal versional network interfaces on one system 30 - got it working 31 32 v1.0 alpha2: 33 - find button added 34 - working directory added 35 36 v1.0 alpha3: 37 - parameters are split into separate parameters internally 38 (as required by smbspool.exe and most likely other programs, too) 39 - fixed token replacement logic (diver) 40 41 v1.0 beta1: 42 - rebuild with LIBC066.DLL 43 - enable usage of high memory 44 (fixes crash with VIRTUALADDRESSLIMIT > 2048) 45 -
branches/1.0/src/en/uni.ipf
r22 r34 58 58 :p. 59 59 :ul. 60 :li. alpha 160 :li.Version 1.0 alpha 1 61 61 :ul. 62 62 :li.changelog created 63 :li.got it working 64 :eul. 65 :li.Version 1.0 alpha2 66 :ul.find button added 67 :ul.working directory added 68 :eul. 69 :li.Version 1.0 alpha3 70 :ul. 71 :li.parameters are split into separate parameters internally (as required by smbspool.exe and most likely other programs, too) 72 :li.fixed token replacement logic (diver) 73 :eul. 74 :li.Version 1.0 beta1 75 :ul. 76 :li.rebuild with LIBC066.DLL 77 :li.enable usage of high memory (fixes crash with VIRTUALADDRESSLIMIT > 2048) 63 78 :eul. 64 79 :eul. -
branches/1.0/src/makefile.kmk
r26 r34 40 40 uni_de_INST = bin/de/ 41 41 uni_de_SOURCES = $(uni_main_SOURCES) de/uni.rc 42 uni_de_CLEAN = $(PATH_ BIN)/de/uni.pdr42 uni_de_CLEAN = $(PATH_STAGE_BIN)/de/uni.pdr 43 43 44 44 uni_CFLAGS = -Zomf 45 45 uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4 46 46 uni_CFLAGS.debug = -g -O0 -DDEBUG 47 uni_LDFLAGS = -Z omf -Zno-fork -Zmap -Zbin-files47 uni_LDFLAGS = -Zhigh-mem -Zomf -Zno-fork -Zmap -Zbin-files 48 48 uni_LDFLAGS.release = -s 49 49 uni_LDFLAGS.debug = -g … … 54 54 uni_DLLSUFF = .pdr 55 55 56 uni_CLEAN = description.rc $(PATH_ BIN)/uni.pdr56 uni_CLEAN = description.rc $(PATH_STAGE_BIN)/uni.pdr 57 57 58 58 #build other files en (e.g. help) 59 OTHERS = $(PATH_ BIN)/en/uni.hlp $(PATH_BIN)/en/readme.txt60 OTHER_CLEAN = $(PATH_ BIN)/en/uni.hlp $(PATH_BIN)/en/readme.txt59 OTHERS = $(PATH_STAGE_BIN)/en/uni.hlp $(PATH_STAGE_BIN)/en/readme.txt 60 OTHER_CLEAN = $(PATH_STAGE_BIN)/en/uni.hlp $(PATH_STAGE_BIN)/en/readme.txt 61 61 62 62 #build other files de (e.g. help) 63 OTHERS += $(PATH_ BIN)/de/uni.hlp $(PATH_BIN)/de/readme.txt64 OTHER_CLEAN += $(PATH_ BIN)/de/uni.hlp $(PATH_BIN)/de/readme.txt63 OTHERS += $(PATH_STAGE_BIN)/de/uni.hlp $(PATH_STAGE_BIN)/de/readme.txt 64 OTHER_CLEAN += $(PATH_STAGE_BIN)/de/uni.hlp $(PATH_STAGE_BIN)/de/readme.txt 65 65 66 66 … … 69 69 docs_INST = bin/ 70 70 docs_SOURCES = uni.ico 71 OTHER_CLEAN += $(PATH_ BIN)/uni.ico71 OTHER_CLEAN += $(PATH_STAGE_BIN)/uni.ico 72 72 73 73 # packaging stuffs … … 97 97 98 98 # compile english help file 99 $(PATH_ BIN)/en/uni.hlp: ./en/uni.ipf version.h Config.kmk99 $(PATH_STAGE_BIN)/en/uni.hlp: ./en/uni.ipf version.h Config.kmk 100 100 -@mkdir $(PATH_OBJ) 101 101 -@mkdir $(PATH_OBJ)\en 102 102 @ppwizard.cmd ./en/uni.ipf /Pack:N /output:$(PATH_OBJ)/en/uni.ipf /other /WarningsRc:0 103 -@mkdir $(PATH_ BIN)104 -@mkdir $(PATH_ BIN)\en105 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/en/uni.ipf $(PATH_ BIN)/en/uni.hlp /COUNTRY=001 /CODEPAGE=850103 -@mkdir $(PATH_STAGE_BIN) 104 -@mkdir $(PATH_STAGE_BIN)\en 105 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/en/uni.ipf $(PATH_STAGE_BIN)/en/uni.hlp /COUNTRY=001 /CODEPAGE=850 106 106 107 107 # compile german help file 108 $(PATH_ BIN)/de/uni.hlp: ./de/uni.ipf version.h Config.kmk108 $(PATH_STAGE_BIN)/de/uni.hlp: ./de/uni.ipf version.h Config.kmk 109 109 -@mkdir $(PATH_OBJ) 110 110 -@mkdir $(PATH_OBJ)\de 111 111 @ppwizard.cmd ./de/uni.ipf /Pack:N /output:$(PATH_OBJ)/de/uni.ipf /other /WarningsRc:0 112 -@mkdir $(PATH_ BIN)113 -@mkdir $(PATH_ BIN)\de114 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/de/uni.ipf $(PATH_ BIN)/de/uni.hlp /COUNTRY=001 /CODEPAGE=850112 -@mkdir $(PATH_STAGE_BIN) 113 -@mkdir $(PATH_STAGE_BIN)\de 114 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/de/uni.ipf $(PATH_STAGE_BIN)/de/uni.hlp /COUNTRY=001 /CODEPAGE=850 115 115 116 116 117 117 # substitute macros in docs en 118 $(PATH_ BIN)/en/readme.txt: Config.kmk en/readme.txt118 $(PATH_STAGE_BIN)/en/readme.txt: Config.kmk en/readme.txt 119 119 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" en/readme.txt \ 120 120 | $(SED) "s;_BUILD_;$(BUILD);g" \ 121 > $(PATH_ BIN)/en/readme.txt121 > $(PATH_STAGE_BIN)/en/readme.txt 122 122 123 123 # substitute macros in docs de 124 $(PATH_ BIN)/de/readme.txt: Config.kmk de/readme.txt124 $(PATH_STAGE_BIN)/de/readme.txt: Config.kmk de/readme.txt 125 125 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" de/readme.txt \ 126 126 | $(SED) "s;_BUILD_;$(BUILD);g" \ 127 > $(PATH_ BIN)/de/readme.txt127 > $(PATH_STAGE_BIN)/de/readme.txt 128 128 129 129 # substitute macros in version.h … … 136 136 # final: zip all files! 137 137 $(PATH_ROOT)/dist/$(PACKAGE_NAME): \ 138 $(PATH_ BIN)/uni.pdr138 $(PATH_STAGE_BIN)/uni.pdr 139 139 $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist 140 140 $(QUIET)$(RM) -f $@ 141 -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_ BIN)/en/uni.pdr142 -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_ BIN)/de/uni.pdr143 zip -9 -r $@ $(PATH_ BIN)/*141 -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_STAGE_BIN)/en/uni.pdr 142 -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_STAGE_BIN)/de/uni.pdr 143 zip -9 -r $@ $(PATH_STAGE_BIN)/* 144 144 145 145
Note:
See TracChangeset
for help on using the changeset viewer.