Changeset 89983 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/BrotliCompress/Makefile
- Timestamp:
- Jul 1, 2021 8:17:41 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-139864 /vendor/edk2/current 103735-103757,103769-103776,129194-145445
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/BrotliCompress/Makefile
r85718 r89983 10 10 CFLAGS = $(CFLAGS) /W2 11 11 12 APPNAME = Brotli 12 APPNAME = BrotliCompress 13 13 14 14 #LIBS = $(LIB_PATH)\Common.lib … … 41 41 42 42 OBJECTS = \ 43 brotli\c\tools\brotli.obj \43 BrotliCompress.obj \ 44 44 $(COMMON_OBJ) \ 45 45 $(DEC_OBJ) \
Note:
See TracChangeset
for help on using the changeset viewer.