1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 18:59:09 +00:00

Move plUUID to pnUUID.

--HG--
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID.cpp
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID.h => Sources/Plasma/NucleusLib/pnUUID/pnUUID.h
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID_Unix.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID_Unix.cpp
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID_Win32.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID_Win32.cpp
This commit is contained in:
Darryl Pogue
2011-10-25 23:40:13 -07:00
parent f085087c23
commit 8a28ba9e89
21 changed files with 101 additions and 52 deletions

View File

@ -12,6 +12,6 @@ set(plFileEncrypt_SOURCES
)
add_executable(plFileEncrypt ${plFileEncrypt_SOURCES})
target_link_libraries(plFileEncrypt CoreLib CoreLibExe plFile plUnifiedTime pnProduct plUUID)
target_link_libraries(plFileEncrypt CoreLib CoreLibExe plFile plUnifiedTime pnUUID pnProduct)
source_group("Source Files" FILES ${plFileEncrypt_SOURCES})

View File

@ -44,12 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//#include "pnUtils/pnUtils.h"
#include "pnProduct/pnProduct.h"
#include "hsUtils.h"
/* Hack so that we can pull in the product info */
#include "pnFactory/plCreator.h"
#include "plUUID/plUUID.h"
REGISTER_CREATABLE( plCreatableUuid);
#include "pnUUID/pnUUIDCreatable.h"
void EncryptFiles(const char* dir, const char* ext, bool encrypt);