- Timestamp:
- Sep 23, 2024, 7:25:58 PM (8 weeks ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r129 r130 18 18 ./Tool/genconf: ./Tool/genconf.c 19 19 cc -o $@ ./Tool/genconf.c 20 21 ./Tool/itworks: ./Tool/itworks.c 22 cc -o $@ ./Tool/itworks.c 20 23 21 24 ./Server:: ./Common ./Tool/option -
trunk/Server/tw_version.h
r128 r130 4 4 #define __TW_VERSION_H__ 5 5 6 #define TW_VERSION "1.04 \0"6 #define TW_VERSION "1.04A\0" 7 7 8 8 const char* tw_get_version(void); -
trunk/installer.sh
r129 r130 23 23 cp Server/tewi.exe tewi-service.exe 24 24 cd Server 25 ../Tool/genconf > ../generated.conf25 ../Tool/genconf "C:/Tewi" > ../generated.conf 26 26 ../Tool/itworks > ../itworks.html 27 27 makensis -DVERSION=$VERSION install.nsi … … 39 39 cp Server/tewi.exe tewi-service.exe 40 40 cd Server 41 ../Tool/genconf > ../generated.conf41 ../Tool/genconf "C:/Tewi" > ../generated.conf 42 42 ../Tool/itworks > ../itworks.html 43 43 makensis -DVERSION=$VERSION install.nsi
Note:
See TracChangeset
for help on using the changeset viewer.