Changeset 62 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Sep 19, 2024, 5:02:26 AM (2 months ago)
Author:
Nishi
Message:

add installer.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

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