mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-06 06:32:47 +00:00
Renamed def file so that vamos doesn't try to load it as a DLL.
This commit is contained in:
parent
8bc7a5284c
commit
3c3b7fb9d5
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,3 +5,6 @@ Debug/
|
||||
ipch/
|
||||
*.sdf
|
||||
*.suo
|
||||
*.exe
|
||||
*.exp
|
||||
*.lib
|
||||
|
||||
@ -28,8 +28,8 @@ all: build
|
||||
|
||||
build: $(LIB_FILE)
|
||||
|
||||
$(LIB_FILE): $(ALL_OBJ) musashi.def
|
||||
$(CC) $(ALL_OBJ) musashi.def /Femusashi.dll /link /dll
|
||||
$(LIB_FILE): $(ALL_OBJ) musashi_dll.def
|
||||
$(CC) $(ALL_OBJ) musashi_dll.def /Femusashi.dll /link /dll
|
||||
|
||||
#$(SRC): $(GEN_HDR) $(HDR)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user