Skip to content

Commit

Permalink
core - revert vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMonster99 committed Jun 16, 2024
1 parent ded2331 commit ee3c8f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 75 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ elseif(UNIX)
endif()

# build boxer (message-box lib)
add_subdirectory(scripts/version)
add_subdirectory(vendor/boxer)

# add_compile_options(-g -Og -lz)
Expand Down Expand Up @@ -122,7 +121,7 @@ elseif(UNIX)
add_executable(Millennium "${SOURCE_FILES}")
endif()

set_target_properties(Millennium PROPERTIES OUTPUT_NAME "millennium")
set_target_properties(Millennium PROPERTIES OUTPUT_NAME "user32")
set_target_properties(Millennium PROPERTIES PREFIX "")
set_target_properties(Millennium PROPERTIES NO_EXPORT TRUE)

Expand Down
35 changes: 0 additions & 35 deletions scripts/build-windows.ps1

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/version/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/version/main.cc

This file was deleted.

0 comments on commit ee3c8f6

Please sign in to comment.