Skip to content

Commit e4f56ad

Browse files
author
Twlilght-Dream-Of-Magic
committed
Reset *2 Repository Master Data
1 parent 4ed1827 commit e4f56ad

File tree

18 files changed

+12
-593
lines changed

18 files changed

+12
-593
lines changed

Custom-Makefile-Twlilght_Yujiang/Microsoft-Windows/Makefile

Lines changed: 0 additions & 166 deletions
This file was deleted.

Custom-Makefile-Twlilght_Yujiang/Microsoft-Windows/Makefile.Header

Lines changed: 0 additions & 52 deletions
This file was deleted.

Makefile.Header

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#This File Makefile Scrpit Header
22

3-
# -fexec-charset=GBK
4-
# -finput-charset=UTF-8
5-
63
#Workspace File
74

85
HIDDEN_RUN_MODE=@echo off
@@ -13,8 +10,8 @@ CREATE_FOLDER=@mkdir
1310
REMOVE_FOLDER=@rmdir /s /q
1411

1512
MINGW_CPP=@g++ -Wall -O2 -c
16-
MINGW_DEBUG_CPP=@g++ -finput-charset=GB2312 -fexec-charset=GBK -Wall -fexceptions -g -c
17-
LINK_OBJECTIVES=@g++ -finput-charset=GB2312 -fexec-charset=GBK -static
13+
MINGW_DEBUG_CPP=@g++ -Wall -fexceptions -g -c
14+
LINK_OBJECTIVES=g++ -static
1815

1916
SOURCES_VERSION=".\\[Encrypt_Or_Decrypt_File]-Source-Code\\Beta-Version\\Main_By_Twlilght_Yujiang.cpp"
2017
SOURCES_VERSION2=".\\[Encrypt_Or_Decrypt_File]-Source-Code\\Beta-Version2\\Main_2_By_Twlilght_Yujiang.cpp"
Binary file not shown.

0 commit comments

Comments
 (0)