mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-22 13:20:05 +00:00
Get rid of pnUtSync and CLock.
This commit is contained in:
@ -18,7 +18,6 @@ set(pnUtils_HEADERS
|
||||
pnUtRef.h
|
||||
pnUtSort.h
|
||||
pnUtStr.h
|
||||
pnUtSync.h
|
||||
pnUtTime.h
|
||||
pnUtUuid.h
|
||||
)
|
||||
@ -41,14 +40,12 @@ if(WIN32)
|
||||
Win32/pnUtW32Misc.cpp
|
||||
Win32/pnUtW32Path.cpp
|
||||
Win32/pnUtW32Str.cpp
|
||||
Win32/pnUtW32Sync.cpp
|
||||
Win32/pnUtW32Time.cpp
|
||||
Win32/pnUtW32Uuid.cpp
|
||||
)
|
||||
else()
|
||||
set(pnUtils_UNIX
|
||||
Unix/pnUtUxStr.cpp
|
||||
#Unix/pnUtUxSync.cpp
|
||||
Unix/pnUtUxUuid.cpp
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user