Read the internal model name and load appropriate binary

This commit is contained in:
Takumi Sueda
2022-04-19 01:20:09 +09:00
parent 64868531ed
commit 0d0261e5f9
2 changed files with 67 additions and 17 deletions

View File

@@ -28,8 +28,8 @@ DLLFLAGS=-DEV_PLATFORM_WIN32 -DUNICODE -D_UNICODE -DEV_UNSAFE_SWPRINTF -mwin32 \
DRVFLAGS= -DEV_PLATFORM_WIN32 -DUNICODE -D_UNICODE -DEV_UNSAFE_SWPRINTF -mwin32 \
-O0 -mcpu=arm926ej-s -D_WIN32_WCE=0x600 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
-D_FILE_OFFSET_BITS=64 -DNDEBUG -Wall -static \
-Wl,--image-base,0x100000 \
-nostdlib -lcoredll -shared
-Wl,--image-base,0x100000,--allow-multiple-definition \
-lcoredll -shared
.PHONY: all clean