Skip to content

Commit

Permalink
build: move all header files to fdpp [dosemu2#16]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Jul 18, 2018
1 parent 75a2284 commit 69e5f90
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions fdpp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ HDRS=\
$(HDR)dirmatch.h $(HDR)file.h $(HDR)clock.h $(HDR)kbd.h $(HDR)error.h \
$(HDR)version.h $(SRC)dyndata.h
PLPHDRS = $(wildcard $(HDR)*.hpp)
PPHDRS = $(PLPHDRS) $(HDR)dosobj.h $(HDR)dosobj_priv.h $(HDR)farhlp.h \
$(HDR)thunks_priv.h thunks.h smalloc.h
PPHDRS = $(PLPHDRS) dosobj.h dosobj_priv.h farhlp.h \
thunks_priv.h thunks.h smalloc.h
GEN_HEADERS=thunk_calls.h thunk_asms.h glob_asmdefs.h
GEN_ASMS=plt.asm cdata.asm
GEN_CC = $(CFILES:.c=.cc)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions hdr/portab.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ void RelocHook(UWORD old_seg, UWORD new_seg, UDWORD len);
#define NORETURN
#define DEBUG

#include "dosobj.h"

#else
#error Unknown compiler
We might even deal with a pre-ANSI compiler. This will certainly not compile.
Expand Down

0 comments on commit 69e5f90

Please sign in to comment.