Advertisement
Guest User

Untitled

a guest
Dec 14th, 2010
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --- Makefile.lnx 2010-10-29 11:51:56.236669178 +0800
  2. +++ Makefile.lnx 2010-10-29 12:01:05.300002511 +0800
  3. @@ -1,5 +1,5 @@
  4. CC := gcc
  5. -CFLAGS += -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
  6. +CFLAGS += `pkg-config --cflags libbsd` -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
  7. SUBDIRS := newfs_hfs.tproj fsck_hfs.tproj
  8.  
  9. all clean:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement