File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ INCDIR=include
4
4
CXX =cl /nologo
5
5
LD =link /nologo
6
6
CXXFLAGS =/c /O1 /I$(INCDIR ) /W4 /Zi /DWIN32_LEAN_AND_MEAN /DWINVER=0x0501 /D_WIN32_WINNT=0x0501 /wd4100 /DUNICODE /D_UNICODE /EHsc
7
- LDFLAGS =/subsystem:windows /debug /manifest /incremental:no /opt:REF
8
- LDFLAGS =$(LDFLAGS ) "/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
7
+ LDFLAGS =/subsystem:windows /debug /incremental:no /opt:REF
9
8
RC =rc /nologo
10
9
RCFLAGS =/i$(INCDIR )
11
10
LIBS =
@@ -78,7 +77,6 @@ $(OUTDIR)\Zalgo.res: Zalgo.rc res\x-sampa.txt res\init.txt
78
77
79
78
$(DISTDIR ) \Zalgo.exe : $(FILES )
80
79
$(LD ) /out:$@ $(LDFLAGS ) $* * $(LIBS )
81
- mt.exe -nologo -manifest $@ .manifest -outputresource:$@ ; 1 && del $@ .manifest || set ERRORLEVEL=0
82
80
83
81
$(DISTDIR ) \hecomes.exe : $(CMDFILE ) $(OUTDIR ) \hecomes.obj
84
82
$(LD ) /out:$@ $* *
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ RID_ICON ICON Zalgo.ico
4
4
RID_XSAMPA ZALGO_TEXT "res\\x-sampa.txt"
5
5
RID_INIT ZALGO_TEXT "res\\init.txt"
6
6
RID_LOOSE ZALGO_TEXT "res\\loose.txt"
7
+ 1 24 "res\\commctrl6.manifest"
Original file line number Diff line number Diff line change
1
+ <?xml version =' 1.0' encoding =' UTF-8' standalone =' yes' ?>
2
+ <assembly xmlns =' urn:schemas-microsoft-com:asm.v1' manifestVersion =' 1.0' >
3
+ <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v3" >
4
+ <security >
5
+ <requestedPrivileges >
6
+ <requestedExecutionLevel level =' asInvoker' uiAccess =' false' />
7
+ </requestedPrivileges >
8
+ </security >
9
+ </trustInfo >
10
+ <dependency >
11
+ <dependentAssembly >
12
+ <assemblyIdentity type =' win32' name =' Microsoft.Windows.Common-Controls' version =' 6.0.0.0' processorArchitecture =' *' publicKeyToken =' 6595b64144ccf1df' language =' *' />
13
+ </dependentAssembly >
14
+ </dependency >
15
+ </assembly >
You can’t perform that action at this time.
0 commit comments