Add 'show windows' code
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../SW_APPs/Main_APP.c
|
||||
../SW_APPs/Main_APP.c \
|
||||
../SW_APPs/windows.c
|
||||
|
||||
OBJS += \
|
||||
./SW_APPs/Main_APP.o
|
||||
./SW_APPs/Main_APP.o \
|
||||
./SW_APPs/windows.o
|
||||
|
||||
C_DEPS += \
|
||||
./SW_APPs/Main_APP.d
|
||||
./SW_APPs/Main_APP.d \
|
||||
./SW_APPs/windows.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
||||
Reference in New Issue
Block a user