File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- TARGET := ClassiCube
2- BUILD_DIR := build/os2/src
3- SOURCE_DIR := src
4- BEARSSL : = 1
1+ TARGET := ClassiCube
2+ BUILD_DIR :=build/os2/src
3+ SOURCE_DIR :=src
4+ BEARSSL = 1
55
66C_SOURCES := $(wildcard $(SOURCE_DIR ) /* .c)
77ifeq ($(BEARSSL ) ,1)
88 C_SOURCES += $(wildcard third_party/bearssl/*.c)
99endif
10- C_OBJECTS := $(patsubst $(SOURCE_DIR ) % .c, $(BUILD_DIR ) /% .o, $(C_SOURCES ) )
11- OBJECTS := $(C_OBJECTS ) $(BUILD_DIR ) /$(TARGET ) .res misc/os2/classicube.def
10+ C_OBJECTS := $(patsubst $(SOURCE_DIR ) % .c, $(BUILD_DIR ) /% .o, $(C_SOURCES ) )
11+ OBJECTS := $(C_OBJECTS ) $(BUILD_DIR ) /$(TARGET ) .res misc/os2/classicube.def
1212
1313# ---------------------------------------------------------------------------------
1414# options for code generation
@@ -31,5 +31,4 @@ $(BUILD_DIR)/%.o : $(SOURCE_DIR)/%.c
3131 $(CC ) $(CFLAGS ) -c $< -o $@
3232
3333$(BUILD_DIR ) /$(TARGET ) .res : misc/os2/$(TARGET ) .rc misc/os2/$(TARGET ) .ico
34- wrc -r misc/os2/$(TARGET ) .rc -fo=$@
35-
34+ wrc -r misc/os2/$(TARGET ) .rc -fo=$@
You can’t perform that action at this time.
0 commit comments