mirror of
https://github.com/diasurgical/devilution.git
synced 2026-05-21 05:40:54 +00:00
Move assembly to _asm.cpp (#388)
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ all: Diablo.exe
|
||||
debug: CFLAGS += /D "_DEBUG"
|
||||
debug: Diablo.exe
|
||||
|
||||
# fix compilation order to match the VC6 workspace files
|
||||
DIABLO_SRC=$(sort $(filter-out Source/render.cpp, $(wildcard Source/*.cpp)))
|
||||
# fix compilation order to match the VC6 workspace files and exclude local assembly functions
|
||||
DIABLO_SRC=$(sort $(filter-out Source/_asm.cpp Source/render.cpp, $(wildcard Source/*.cpp)))
|
||||
DIABLO_SRC += Source/render.cpp
|
||||
OBJS=$(DIABLO_SRC:.cpp=.obj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user