mirror of
https://github.com/ksherlock/afp.git
synced 2024-12-22 06:29:21 +00:00
fixes for win32 compile
This commit is contained in:
parent
85305dcab9
commit
3e0c6c77fc
8
Makefile
8
Makefile
@ -4,12 +4,9 @@ CPPFLAGS = -I include/afp/
|
||||
|
||||
OBJS = o/finder_info.o o/resource_fork.o
|
||||
|
||||
# also cygwin...
|
||||
ifeq ($(MSYSTEM),MSYS)
|
||||
ifeq ($(OS),Windows_NT)
|
||||
OBJS += o/remap_os_error.o
|
||||
endif
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
else
|
||||
OBJS += o/xattr.o
|
||||
endif
|
||||
|
||||
@ -33,3 +30,4 @@ o/%.o: src/%.c | o
|
||||
|
||||
o/%.o: src/%.cpp | o
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user