Skip to content

Commit 4c878ad

Browse files
committed
Move remaining files in build/win to misc/win
This partially addresses #8031.
1 parent 8795f64 commit 4c878ad

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ endif(cxxmodules)
418418
#---Recurse into the given subdirectories. This does not actually cause another cmake executable
419419
# to run. The same process will walk through the project's entire directory structure.
420420
add_subdirectory (core)
421-
add_subdirectory (build)
422421
add_subdirectory (math)
423422
add_subdirectory (hist)
424423
add_subdirectory (tree)

misc/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ endif()
1010

1111
add_subdirectory(gdbPrinters)
1212
add_subdirectory(rmkdepend)
13+
add_subdirectory(win)

build/CMakeLists.txt misc/win/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
if(WIN32)
1313
ROOT_EXECUTABLE(bindexplib
14-
win/bindexplib/bindexplib.cxx
14+
bindexplib/bindexplib.cxx
1515
)
1616
endif()
File renamed without changes.

build/win/cl.sh misc/win/cl.sh

File renamed without changes.

build/win/f77.sh misc/win/f77.sh

File renamed without changes.

build/win/ld.sh misc/win/ld.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)