ADMIN: migration complete

git-svn-id: https://svn.code.sf.net/p/apophysis7x/svn/trunk@1 a5d1c0f9-a0e9-45c6-87dd-9d276e40c949
This commit is contained in:
xyrus02
2013-07-28 08:58:33 +00:00
commit 95a2f54683
258 changed files with 175238 additions and 0 deletions

BIN
Resources/ARROW_BLACK.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/ARROW_WHITE.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/MAINICON.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
Resources/MOVE_BLACK.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/MOVE_WB.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/MOVE_WHITE.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/ROTATE_BLACK.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/ROTATE_WB.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/ROTATE_WHITE.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/SCALE_BLACK.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/SCALE_WB.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/SCALE_WHITE.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
Resources/SplashScreen.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
Resources/Unicode.res Normal file

Binary file not shown.

42
Resources/apophysis7x.rc Normal file
View File

@ -0,0 +1,42 @@
ARROW_BLACK CURSOR "ARROW_BLACK.cur"
ARROW_WHITE CURSOR "ARROW_WHITE.cur"
MOVE_BLACK CURSOR "MOVE_BLACK.cur"
MOVE_WB CURSOR "MOVE_WB.cur"
MOVE_WHITE CURSOR "MOVE_WHITE.cur"
ROTATE_BLACK CURSOR "ROTATE_BLACK.cur"
ROTATE_WB CURSOR "ROTATE_WB.cur"
ROTATE_WHITE CURSOR "ROTATE_WHITE.cur"
SCALE_BLACK CURSOR "SCALE_BLACK.cur"
SCALE_WB CURSOR "SCALE_WB.cur"
SCALE_WHITE CURSOR "SCALE_WHITE.cur"
THUMB_PLACEHOLDER BITMAP "THUMB_PLACEHOLDER.bmp"
MAINICON ICON "MAINICON.ico"
1 VERSIONINFO
FILEVERSION 2,1,0,1500
PRODUCTVERSION 2,1,0,1500
FILEOS 0x00000004
FILETYPE 0x00000001
FILESUBTYPE 0x00000000
FILEFLAGSMASK 0x00000000
FILEFLAGS 0x00000000
{
BLOCK "StringFileInfo"
{
BLOCK "040904e4"
{
VALUE "CompanyName", "Apophysis Developers Team"
VALUE "FileDescription", "Apophysis 7X"
VALUE "FileVersion", "2.1.0.1500"
VALUE "InternalName", "2.09.7x15-1500"
VALUE "LegalCopyright", "Copyright (c) 2005-2010 Apophysis Developers Team"
VALUE "OriginalFilename", "Apophysis7X.exe"
VALUE "ProductName", "Apophysis"
VALUE "ProductVersion", "2.1.0.1500"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04E4
}
}

BIN
Resources/apophysis7x.res Normal file

Binary file not shown.

4
Resources/resource.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif