Browse Source

Now that the exports are correct, stop importing them twice

pull/1114/head
Hamish Coleman 1 year ago
parent
commit
04a2146391
  1. 4
      tools/Makefile
  2. 4
      win32/Makefile

4
tools/Makefile

@ -2,10 +2,6 @@
# This is not a standalone makefile, it must be called from the toplevel # This is not a standalone makefile, it must be called from the toplevel
# makefile to inherit the correct environment # makefile to inherit the correct environment
# The vars included here should be part of the environment.
# TODO - refactor this and debug why they need to be included for windows
include ../config.mak
DEBUG?=-g3 DEBUG?=-g3
HEADERS=$(wildcard include/*.h) HEADERS=$(wildcard include/*.h)

4
win32/Makefile

@ -2,10 +2,6 @@
# This is not a standalone makefile, it must be called from the toplevel # This is not a standalone makefile, it must be called from the toplevel
# makefile to inherit the correct environment # makefile to inherit the correct environment
# The vars included here should be part of the environment.
# TODO - refactor this and debug why they need to be included for windows
include ../config.mak
CFLAGS+=-I../include -I. CFLAGS+=-I../include -I.
LDFLAGS+=-L.. LDFLAGS+=-L..

Loading…
Cancel
Save