Changeset 54 in Main for trunk


Ignore:
Timestamp:
Sep 18, 2024, 9:15:57 PM (2 months ago)
Author:
Nishi
Message:

installer kinda works

Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/win32.mk

    r48 r54  
    1212LIB = .dll
    1313PREOBJS = tewi.res
     14INSTALLER = install.exe
  • trunk/Platform/win64.mk

    r48 r54  
    1212LIB = .dll
    1313PREOBJS = tewi.res
     14INSTALLER = install.exe
  • trunk/Server/Makefile

    r48 r54  
    88OBJS = version.o main.o config.o server.o http.o module.o strptime.o $(EXTOBJS) $(PREOBJS)
    99
    10 all: tewi$(EXEC)
     10all: tewi$(EXEC) $(INSTALLER)
     11
     12install.exe: tewi$(EXEC) install.nsi
     13        makensis install.nsi
    1114
    1215tewi$(EXEC): $(OBJS) ../Common/common.a
Note: See TracChangeset for help on using the changeset viewer.