Made win32-x86-static default ARCH; added dllPath.bat to TARGETS

This commit is contained in:
Mark Rivers
2017-01-03 17:53:39 -06:00
parent d73ef8e0b4
commit cb2249ab64

View File

@@ -3,6 +3,6 @@ include $(TOP)/configure/CONFIG
#ARCH = linux-x86
#ARCH = linux-x86_64
#ARCH = cygwin-x86
ARCH = win32-x86
TARGETS = envPaths
ARCH = win32-x86-static
TARGETS = envPaths dllPath.bat
include $(TOP)/configure/RULES.ioc