mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
add libs
This commit is contained in:
parent
4802f1cfe6
commit
7671f62a99
@ -17,5 +17,8 @@
|
||||
#begin metalib_target
|
||||
#define TARGET pandadx
|
||||
#define SOURCES pandadx.cxx
|
||||
#define TARGET_LIBS ddraw.lib d3dim.lib dxguid.lib
|
||||
#define TARGET_LIBS \
|
||||
ddraw.lib d3dim.lib dxguid.lib \
|
||||
winmm.lib kernel32.lib gdi32.lib \
|
||||
user32.lib
|
||||
#end metalib_target
|
||||
|
@ -21,8 +21,7 @@
|
||||
|
||||
#begin metalib_target
|
||||
#define TARGET pandagl
|
||||
|
||||
#define SOURCES pandagl.cxx pandagl.h
|
||||
#define INSTALL_HEADERS pandagl.h
|
||||
|
||||
#define TARGET_LIBS opengl32.lib glu32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib
|
||||
#end metalib_target
|
||||
|
Loading…
x
Reference in New Issue
Block a user