Advertisement
kevincox

HLLib Makefile Patch

Feb 14th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.62 KB | None | 0 0
  1. --- src/HLLib/Makefile  2010-04-17 13:53:32.000000000 -0400
  2. +++ Makefile    2013-02-14 16:45:16.004634000 -0500
  3. @@ -8,8 +8,8 @@
  4.             FileStream.cpp GCFFile.cpp GCFStream.cpp HLLib.cpp \
  5.             Mapping.cpp MappingStream.cpp MemoryMapping.cpp MemoryStream.cpp \
  6.             NCFFile.cpp NullStream.cpp PAKFile.cpp Package.cpp ProcStream.cpp \
  7. -           Stream.cpp StreamMapping.cpp Utility.cpp VBSPFile.cpp VPKFile.cpp \
  8. -           WADFile.cpp Wrapper.cpp XZPFile.cpp ZIPFile.cpp
  9. +           SGAFile.cpp Stream.cpp StreamMapping.cpp Utility.cpp VBSPFile.cpp \
  10. +           VPKFile.cpp WADFile.cpp Wrapper.cpp XZPFile.cpp ZIPFile.cpp
  11.  objs       =   $(sources:.cpp=.o)
  12.  
  13.  .cpp.o:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement