GoldED+ sources: Initial revision.
This commit is contained in:
13
goldlib/gmb3/Makefile
Normal file
13
goldlib/gmb3/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
TOP=../..
|
||||
TARGET=gmb3
|
||||
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/goldlib/gcfg -I$(TOP)/goldlib/gmb3
|
||||
|
||||
include $(TOP)/GNUmakef.inc
|
||||
ifeq ($(PLATFORM),emx)
|
||||
ifeq ($(AR),emxomfar)
|
||||
AR += -p32
|
||||
endif
|
||||
endif
|
||||
include $(TOP)/GNUmakef.lib
|
Reference in New Issue
Block a user