Changeset 34


Ignore:
Timestamp:
Nov 3, 2015, 3:15:21 PM (10 years ago)
Author:
herwigb
Message:

Beta 1 build

Location:
branches/1.0/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/build.cmd

    r32 r34  
    1717echo Done.
    1818echo Linking.
    19 gcc -Zdll -Zbin-files -Zomf -o uni.pdr utils.o splpd.o uni.o uni.def .\de\uni.res >>build.log
     19gcc -Zhigh-mem -Zdll -Zbin-files -Zomf -o uni.pdr utils.o splpd.o uni.o uni.def .\de\uni.res >>build.log
     20echo Done.
     21echo Enabled loading above 512M
     22highmem -b uni.pdr
    2023echo Done.
    2124echo Attaching EAS.
  • branches/1.0/src/de/readme.txt

    r31 r34  
    6060     (as required by smbspool.exe and most likely other programs, too)
    6161   - 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  
    5858:p.
    5959:ul.
    60 :li.alpha 1
     60:li.Version 1.0 alpha 1
    6161:ul.
    6262: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)
    6378:eul.
    6479:eul.
  • branches/1.0/src/en/readme.txt

    r6 r34  
    2828 v1.0 alpha1:
    2929   - 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  
    5858:p.
    5959:ul.
    60 :li.alpha 1
     60:li.Version 1.0 alpha 1
    6161:ul.
    6262: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)
    6378:eul.
    6479:eul.
  • branches/1.0/src/makefile.kmk

    r26 r34  
    4040uni_de_INST = bin/de/
    4141uni_de_SOURCES = $(uni_main_SOURCES) de/uni.rc
    42 uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr
     42uni_de_CLEAN = $(PATH_STAGE_BIN)/de/uni.pdr
    4343
    4444uni_CFLAGS = -Zomf
    4545uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4
    4646uni_CFLAGS.debug = -g -O0 -DDEBUG
    47 uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files 
     47uni_LDFLAGS = -Zhigh-mem -Zomf -Zno-fork -Zmap -Zbin-files 
    4848uni_LDFLAGS.release = -s
    4949uni_LDFLAGS.debug = -g
     
    5454uni_DLLSUFF = .pdr
    5555
    56 uni_CLEAN = description.rc $(PATH_BIN)/uni.pdr
     56uni_CLEAN = description.rc $(PATH_STAGE_BIN)/uni.pdr
    5757
    5858#build other files en (e.g. help)
    59 OTHERS = $(PATH_BIN)/en/uni.hlp $(PATH_BIN)/en/readme.txt
    60 OTHER_CLEAN = $(PATH_BIN)/en/uni.hlp $(PATH_BIN)/en/readme.txt
     59OTHERS = $(PATH_STAGE_BIN)/en/uni.hlp $(PATH_STAGE_BIN)/en/readme.txt
     60OTHER_CLEAN = $(PATH_STAGE_BIN)/en/uni.hlp $(PATH_STAGE_BIN)/en/readme.txt
    6161
    6262#build other files de (e.g. help)
    63 OTHERS += $(PATH_BIN)/de/uni.hlp $(PATH_BIN)/de/readme.txt
    64 OTHER_CLEAN += $(PATH_BIN)/de/uni.hlp $(PATH_BIN)/de/readme.txt
     63OTHERS += $(PATH_STAGE_BIN)/de/uni.hlp $(PATH_STAGE_BIN)/de/readme.txt
     64OTHER_CLEAN += $(PATH_STAGE_BIN)/de/uni.hlp $(PATH_STAGE_BIN)/de/readme.txt
    6565
    6666
     
    6969docs_INST = bin/
    7070docs_SOURCES = uni.ico
    71 OTHER_CLEAN += $(PATH_BIN)/uni.ico
     71OTHER_CLEAN += $(PATH_STAGE_BIN)/uni.ico
    7272
    7373# packaging stuffs
     
    9797
    9898# compile english help file
    99 $(PATH_BIN)/en/uni.hlp: ./en/uni.ipf version.h Config.kmk
     99$(PATH_STAGE_BIN)/en/uni.hlp: ./en/uni.ipf version.h Config.kmk
    100100        -@mkdir $(PATH_OBJ)
    101101        -@mkdir $(PATH_OBJ)\en
    102102        @ppwizard.cmd ./en/uni.ipf /Pack:N /output:$(PATH_OBJ)/en/uni.ipf /other /WarningsRc:0
    103         -@mkdir $(PATH_BIN)
    104         -@mkdir $(PATH_BIN)\en
    105         $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/en/uni.ipf $(PATH_BIN)/en/uni.hlp /COUNTRY=001 /CODEPAGE=850
     103        -@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
    106106
    107107# compile german help file
    108 $(PATH_BIN)/de/uni.hlp: ./de/uni.ipf version.h Config.kmk
     108$(PATH_STAGE_BIN)/de/uni.hlp: ./de/uni.ipf version.h Config.kmk
    109109        -@mkdir $(PATH_OBJ)
    110110        -@mkdir $(PATH_OBJ)\de
    111111        @ppwizard.cmd ./de/uni.ipf /Pack:N /output:$(PATH_OBJ)/de/uni.ipf /other /WarningsRc:0
    112         -@mkdir $(PATH_BIN)
    113         -@mkdir $(PATH_BIN)\de
    114         $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/de/uni.ipf $(PATH_BIN)/de/uni.hlp /COUNTRY=001 /CODEPAGE=850
     112        -@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
    115115
    116116
    117117# substitute macros in docs en
    118 $(PATH_BIN)/en/readme.txt: Config.kmk en/readme.txt
     118$(PATH_STAGE_BIN)/en/readme.txt: Config.kmk en/readme.txt
    119119        $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" en/readme.txt \
    120120                | $(SED) "s;_BUILD_;$(BUILD);g" \
    121                 > $(PATH_BIN)/en/readme.txt
     121                > $(PATH_STAGE_BIN)/en/readme.txt
    122122
    123123# substitute macros in docs de
    124 $(PATH_BIN)/de/readme.txt: Config.kmk de/readme.txt
     124$(PATH_STAGE_BIN)/de/readme.txt: Config.kmk de/readme.txt
    125125        $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" de/readme.txt \
    126126                | $(SED) "s;_BUILD_;$(BUILD);g" \
    127                 > $(PATH_BIN)/de/readme.txt
     127                > $(PATH_STAGE_BIN)/de/readme.txt
    128128
    129129# substitute macros in version.h
     
    136136# final: zip all files!
    137137$(PATH_ROOT)/dist/$(PACKAGE_NAME): \
    138                 $(PATH_BIN)/uni.pdr
     138                $(PATH_STAGE_BIN)/uni.pdr
    139139        $(QUIET)$(MKDIR) -p $(PATH_ROOT)/dist                             
    140140        $(QUIET)$(RM) -f $@
    141         -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_BIN)/en/uni.pdr
    142         -ea2.cmd -e DEFAULT_PORT=UNI $(PATH_BIN)/de/uni.pdr
    143         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)/*
    144144
    145145
Note: See TracChangeset for help on using the changeset viewer.