Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed build.linux/makedeps-platform.txt
Empty file.
2 changes: 1 addition & 1 deletion build.linux/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ objects: incls/_precompiled.incl.gch
incls/_precompiled.incl.gch: includeDB.all
$(C++) -c -x c++-header -o $(BUILD_DIR)/incls/_precompiled.incl.gch -g $(OPT) $(C++OPTIONS) $(DEFINES) $(INCL_PATH) incls/_precompiled.incl

$(BUILD_DIR)/makedeps: $(TOOLS_SRC_DIR)/makedeps/makeDeps.cpp
$(BUILD_DIR)/makedeps: $(TOOLS_SRC_DIR)/makedeps/makedeps.cpp
$(C++) -m32 -Wno-write-strings -o $@ $^

dependencies: $(BUILD_DIR)/makedeps $(INCL_PLATFORM) $(BUILD_DIR)/includeDB.all
Expand Down
2 changes: 1 addition & 1 deletion build.win32/makedeps/makedeps.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\makedeps\makeDeps.cpp"
RelativePath="..\..\makedeps\makedeps.cpp"
>
</File>
</Filter>
Expand Down
1 change: 0 additions & 1 deletion build/deltatest.tmp

This file was deleted.

Binary file removed build/incls/_precompiled.incl.gch
Binary file not shown.
Binary file removed build/makedeps
Binary file not shown.
22 changes: 0 additions & 22 deletions build/makefile-asm.incl

This file was deleted.

Binary file removed build/strongtalk
Binary file not shown.
Binary file removed build/strongtalk-test
Binary file not shown.
Binary file removed build/strongtalk-test.so
Binary file not shown.
Binary file removed build/strongtalk.so
Binary file not shown.
Loading