Browse Source

fixed windows build

pull/410/head
orignal 8 years ago
parent
commit
f8f2ab9cba
  1. 2
      Makefile

2
Makefile

@ -22,7 +22,7 @@ else ifeq ($(UNAME),Linux) @@ -22,7 +22,7 @@ else ifeq ($(UNAME),Linux)
DAEMON_SRC += DaemonLinux.cpp
include Makefile.linux
else # win32 mingw
DAEMON_SRC += DaemonWin32.cpp Win32/Win32App.cpp
DAEMON_SRC += DaemonWin32.cpp Win32/Win32Service.cpp Win32/Win32App.cpp
include Makefile.mingw
endif

Loading…
Cancel
Save