mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
initial commit of Win32App
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ else ifeq ($(UNAME),Linux)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.linux
|
||||
else # win32 mingw
|
||||
DAEMON_SRC += DaemonWin32.cpp Win32/Win32Service.cpp
|
||||
DAEMON_SRC += DaemonWin32.cpp Win32/Win32Service.cpp Win32/Win32App.cpp
|
||||
WINDIR := True
|
||||
include Makefile.mingw
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user