mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[CMAKE]
- Improve several modules. svn path=/branches/cmake-bringup/; revision=50055
This commit is contained in:
parent
79c58d8279
commit
f4cc19c36a
259 changed files with 545 additions and 658 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
include_directories(.)
|
||||
|
@ -6,7 +7,5 @@ set_rc_compiler()
|
|||
add_executable(format format.c format.rc)
|
||||
|
||||
set_module_type(format win32cui)
|
||||
|
||||
add_importlibs(format user32 fmifs msvcrt kernel32 ntdll)
|
||||
|
||||
add_cab_target(format 1)
|
||||
add_cab_target(format 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue