Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.30 KB | None | 0 0
  1. diff --git a/build/modules/testall.mk b/build/modules/testall.mk
  2. index 8317d4e..57cfcda 100644
  3. --- a/build/modules/testall.mk
  4. +++ b/build/modules/testall.mk
  5. @@ -40,6 +40,8 @@ $(TARGET)_SRCS_TMP      = $(subst $(SRCDIR)/,, \
  6.         \
  7.         $(wildcard $(SRCDIR)/client/renderer/*.cpp) \
  8.         \
  9. +       client/ui/swig/ui_lua_shared.cpp \
  10. +       \
  11.         common/binaryexpressionparser.cpp \
  12.         common/cmd.cpp \
  13.         common/http.cpp \
  14. @@ -51,6 +53,7 @@ $(TARGET)_SRCS_TMP      = $(subst $(SRCDIR)/,, \
  15.         common/common.cpp \
  16.         common/cvar.cpp \
  17.         common/files.cpp \
  18. +       common/hashtable.cpp \
  19.         common/list.cpp \
  20.         common/md4.cpp \
  21.         common/md5.cpp \
  22. diff --git a/build/modules/ufo.mk b/build/modules/ufo.mk
  23. index 76cb31b..8736e3c 100644
  24. --- a/build/modules/ufo.mk
  25. +++ b/build/modules/ufo.mk
  26. @@ -38,11 +38,14 @@ $(TARGET)_SRCS      = $(subst $(SRCDIR)/,, \
  27.         \
  28.         $(wildcard $(SRCDIR)/client/renderer/*.cpp) \
  29.         \
  30. +       client/ui/swig/ui_lua_shared.cpp \
  31. +       \
  32.         common/binaryexpressionparser.cpp \
  33.         common/cmd.cpp \
  34.         common/http.cpp \
  35.         common/ioapi.cpp \
  36.         common/unzip.cpp \
  37. +       common/hashtable.cpp \
  38.         common/bsp.cpp \
  39.         common/grid.cpp \
  40.         common/cmodel.cpp \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement