mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
9d48c84ee3
2 changed files with 5 additions and 0 deletions
|
@ -187,6 +187,7 @@ else( WIN32 )
|
|||
if( GTK2_FOUND )
|
||||
set( ZDOOM_LIBS ${ZDOOM_LIBS} ${GTK2_LIBRARIES} )
|
||||
include_directories( ${GTK2_INCLUDE_DIRS} )
|
||||
link_directories( ${GTK2_LIBRARY_DIRS} )
|
||||
else( GTK2_FOUND )
|
||||
set( NO_GTK ON )
|
||||
endif( GTK2_FOUND )
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
MapExports="true"
|
||||
SubSystem="2"
|
||||
StackReserveSize="0"
|
||||
LargeAddressAware="2"
|
||||
TerminalServerAware="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -223,6 +224,7 @@
|
|||
MapExports="true"
|
||||
SubSystem="2"
|
||||
StackReserveSize="0"
|
||||
LargeAddressAware="2"
|
||||
TerminalServerAware="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -332,6 +334,7 @@
|
|||
ProgramDatabaseFile=".\Debug/zdoomd.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="0"
|
||||
LargeAddressAware="2"
|
||||
TerminalServerAware="2"
|
||||
SetChecksum="false"
|
||||
TargetMachine="0"
|
||||
|
@ -440,6 +443,7 @@
|
|||
ProgramDatabaseFile=".\Debug/zdoomd.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="0"
|
||||
LargeAddressAware="2"
|
||||
TerminalServerAware="2"
|
||||
SetChecksum="false"
|
||||
TargetMachine="17"
|
||||
|
|
Loading…
Reference in a new issue