Skip to content

Commit

Permalink
* try to fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
xakod committed Jan 11, 2023
1 parent 04e0a85 commit 147168a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agg-src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ ENDIF( agg_USE_DEBUG )

# for the moment this decides the platform code.
IF(WIN32)
ADD_DEFINITIONS( -D_MSWVC_ -D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE )
ADD_DEFINITIONS( -D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE )
SET( WIN32GUI WIN32 )
INCLUDE_DIRECTORIES( ${antigrain_SOURCE_DIR}/font_win32_tt )
SET( AGG_INCLUDE_DIRS ${AGG_INCLUDE_DIRS} font_win32_tt )
# INCLUDE_DIRECTORIES( ${antigrain_SOURCE_DIR}/font_win32_tt )
# SET( AGG_INCLUDE_DIRS ${AGG_INCLUDE_DIRS} font_win32_tt )
ENDIF(WIN32)

IF(UNIX)
Expand Down

0 comments on commit 147168a

Please sign in to comment.