mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
- Android Builder merged (thanks Klugier!)
git-svn-id: svn://ultimatepp.org/upp/trunk@8636 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0059bf828d
commit
1b953853e4
60 changed files with 5616 additions and 705 deletions
14
uppsrc/ide/Java/Java.cpp
Normal file
14
uppsrc/ide/Java/Java.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "Java.h"
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
String Java::GetDelimiter()
|
||||
{
|
||||
#if defined(PLATFORM_WIN32) || defined(PLATFORM_WIN64)
|
||||
return ";";
|
||||
#else
|
||||
return ":";
|
||||
#endif
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
Loading…
Add table
Add a link
Reference in a new issue